Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendTlsProperties
Packages that use BackendTlsProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendTlsProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendTlsPropertiesModifier and TypeMethodDescriptionBackendContractInner.tls()Get the tls property: Backend TLS Properties.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendTlsPropertiesModifier and TypeMethodDescriptionBackendContractInner.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendContractProperties.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendUpdateParameterProperties.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties. -
Uses of BackendTlsProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendTlsPropertiesModifier and TypeMethodDescriptionstatic BackendTlsPropertiesBackendTlsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendTlsProperties from the JsonReader.BackendBaseParameters.tls()Get the tls property: Backend TLS Properties.BackendContract.tls()Gets the tls property: Backend TLS Properties.BackendUpdateParameters.tls()Get the tls property: Backend TLS Properties.BackendTlsProperties.withValidateCertificateChain(Boolean validateCertificateChain) Set the validateCertificateChain property: Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.BackendTlsProperties.withValidateCertificateName(Boolean validateCertificateName) Set the validateCertificateName property: Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendTlsPropertiesModifier and TypeMethodDescriptionBackendBaseParameters.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendContract.DefinitionStages.WithTls.withTls(BackendTlsProperties tls) Specifies the tls property: Backend TLS Properties.BackendContract.UpdateStages.WithTls.withTls(BackendTlsProperties tls) Specifies the tls property: Backend TLS Properties.BackendUpdateParameters.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.