Uses of Class
com.azure.resourcemanager.appservice.fluent.models.CustomDnsSuffixConfigurationInner
Packages that use CustomDnsSuffixConfigurationInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
-
Uses of CustomDnsSuffixConfigurationInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return CustomDnsSuffixConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getAseCustomDnsSuffixConfiguration(String resourceGroupName, String name) Get Custom Dns Suffix configuration of an App Service Environment.AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfiguration(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Update Custom Dns Suffix configuration of an App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type CustomDnsSuffixConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.getAseCustomDnsSuffixConfigurationAsync(String resourceGroupName, String name) Get Custom Dns Suffix configuration of an App Service Environment.com.azure.core.http.rest.Response<CustomDnsSuffixConfigurationInner> AppServiceEnvironmentsClient.getAseCustomDnsSuffixConfigurationWithResponse(String resourceGroupName, String name, com.azure.core.util.Context context) Get Custom Dns Suffix configuration of an App Service Environment.Mono<com.azure.core.http.rest.Response<CustomDnsSuffixConfigurationInner>> AppServiceEnvironmentsClient.getAseCustomDnsSuffixConfigurationWithResponseAsync(String resourceGroupName, String name) Get Custom Dns Suffix configuration of an App Service Environment.AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfigurationAsync(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Update Custom Dns Suffix configuration of an App Service Environment.com.azure.core.http.rest.Response<CustomDnsSuffixConfigurationInner> AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfigurationWithResponse(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration, com.azure.core.util.Context context) Update Custom Dns Suffix configuration of an App Service Environment.Mono<com.azure.core.http.rest.Response<CustomDnsSuffixConfigurationInner>> AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfigurationWithResponseAsync(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Update Custom Dns Suffix configuration of an App Service Environment.Methods in com.azure.resourcemanager.appservice.fluent with parameters of type CustomDnsSuffixConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfiguration(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Update Custom Dns Suffix configuration of an App Service Environment.AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfigurationAsync(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Update Custom Dns Suffix configuration of an App Service Environment.com.azure.core.http.rest.Response<CustomDnsSuffixConfigurationInner> AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfigurationWithResponse(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration, com.azure.core.util.Context context) Update Custom Dns Suffix configuration of an App Service Environment.Mono<com.azure.core.http.rest.Response<CustomDnsSuffixConfigurationInner>> AppServiceEnvironmentsClient.updateAseCustomDnsSuffixConfigurationWithResponseAsync(String resourceGroupName, String name, CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Update Custom Dns Suffix configuration of an App Service Environment. -
Uses of CustomDnsSuffixConfigurationInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomDnsSuffixConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentInner.customDnsSuffixConfiguration()Get the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.AppServiceEnvironmentPatchResourceInner.customDnsSuffixConfiguration()Get the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.AppServiceEnvironmentResourceInner.customDnsSuffixConfiguration()Get the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.CustomDnsSuffixConfigurationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDnsSuffixConfigurationInner from the JsonReader.CustomDnsSuffixConfigurationInner.withCertificateUrl(String certificateUrl) Set the certificateUrl property: The URL referencing the Azure Key Vault certificate secret that should be used as the default SSL/TLS certificate for sites with the custom domain suffix.CustomDnsSuffixConfigurationInner.withDnsSuffix(String dnsSuffix) Set the dnsSuffix property: The default custom domain suffix to use for all sites deployed on the ASE.CustomDnsSuffixConfigurationInner.withKeyVaultReferenceIdentity(String keyVaultReferenceIdentity) Set the keyVaultReferenceIdentity property: The user-assigned identity to use for resolving the key vault certificate reference.Set the kind property: Kind of resource.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CustomDnsSuffixConfigurationInnerModifier and TypeMethodDescriptionAppServiceEnvironmentInner.withCustomDnsSuffixConfiguration(CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Set the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.AppServiceEnvironmentPatchResourceInner.withCustomDnsSuffixConfiguration(CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Set the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.AppServiceEnvironmentResourceInner.withCustomDnsSuffixConfiguration(CustomDnsSuffixConfigurationInner customDnsSuffixConfiguration) Set the customDnsSuffixConfiguration property: Full view of the custom domain suffix configuration for ASEv3.