Uses of Class
com.azure.resourcemanager.apimanagement.models.HostnameConfiguration
Packages that use HostnameConfiguration
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of HostnameConfiguration in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type HostnameConfigurationModifier and TypeMethodDescriptionApiManagementServiceResourceInner.hostnameConfigurations()Get the hostnameConfigurations property: Custom hostname configuration of the API Management service.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type HostnameConfigurationModifier and TypeMethodDescriptionApiManagementServiceProperties.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceResourceInner.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceUpdateProperties.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service. -
Uses of HostnameConfiguration in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return HostnameConfigurationModifier and TypeMethodDescriptionstatic HostnameConfigurationHostnameConfiguration.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HostnameConfiguration from the JsonReader.HostnameConfiguration.withCertificate(CertificateInformation certificate) Set the certificate property: Certificate information.HostnameConfiguration.withCertificatePassword(String certificatePassword) Set the certificatePassword property: Certificate Password.HostnameConfiguration.withCertificateSource(CertificateSource certificateSource) Set the certificateSource property: Certificate Source.HostnameConfiguration.withCertificateStatus(CertificateStatus certificateStatus) Set the certificateStatus property: Certificate Status.HostnameConfiguration.withDefaultSslBinding(Boolean defaultSslBinding) Set the defaultSslBinding property: Specify true to setup the certificate associated with this Hostname as the Default SSL Certificate.HostnameConfiguration.withEncodedCertificate(String encodedCertificate) Set the encodedCertificate property: Base64 Encoded certificate.HostnameConfiguration.withHostname(String hostname) Set the hostname property: Hostname to configure on the Api Management service.HostnameConfiguration.withIdentityClientId(String identityClientId) Set the identityClientId property: System or User Assigned Managed identity clientId as generated by Azure AD, which has GET access to the keyVault containing the SSL certificate.HostnameConfiguration.withKeyVaultId(String keyVaultId) Set the keyVaultId property: Url to the KeyVault Secret containing the Ssl Certificate.HostnameConfiguration.withNegotiateClientCertificate(Boolean negotiateClientCertificate) Set the negotiateClientCertificate property: Specify true to always negotiate client certificate on the hostname.HostnameConfiguration.withType(HostnameType type) Set the type property: Hostname type.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type HostnameConfigurationModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.hostnameConfigurations()Get the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceResource.hostnameConfigurations()Gets the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceUpdateParameters.hostnameConfigurations()Get the hostnameConfigurations property: Custom hostname configuration of the API Management service.Method parameters in com.azure.resourcemanager.apimanagement.models with type arguments of type HostnameConfigurationModifier and TypeMethodDescriptionApiManagementServiceBaseProperties.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.ApiManagementServiceResource.DefinitionStages.WithHostnameConfigurations.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Specifies the hostnameConfigurations property: Custom hostname configuration of the API Management service..ApiManagementServiceResource.UpdateStages.WithHostnameConfigurations.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Specifies the hostnameConfigurations property: Custom hostname configuration of the API Management service..ApiManagementServiceUpdateParameters.withHostnameConfigurations(List<HostnameConfiguration> hostnameConfigurations) Set the hostnameConfigurations property: Custom hostname configuration of the API Management service.