Uses of Class
com.microsoft.azure.management.storage.CustomDomain
Packages that use CustomDomain
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of CustomDomain in com.microsoft.azure.management.storage
Methods in com.microsoft.azure.management.storage that return CustomDomainModifier and TypeMethodDescriptionStorageAccount.customDomain()
StorageAccountCreateParameters.customDomain()
Get user domain assigned to the storage account.StorageAccountUpdateParameters.customDomain()
Get custom domain assigned to the storage account by the user.Set gets or sets the custom domain name assigned to the storage account.CustomDomain.withUseSubDomainName
(Boolean useSubDomainName) Set indicates whether indirect CName validation is enabled.Methods in com.microsoft.azure.management.storage with parameters of type CustomDomainModifier and TypeMethodDescriptionStorageAccount.DefinitionStages.WithCustomDomain.withCustomDomain
(CustomDomain customDomain) Specifies the user domain assigned to the storage account.StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain
(CustomDomain customDomain) Specifies the user domain assigned to the storage account.StorageAccountCreateParameters.withCustomDomain
(CustomDomain customDomain) Set user domain assigned to the storage account.StorageAccountUpdateParameters.withCustomDomain
(CustomDomain customDomain) Set custom domain assigned to the storage account by the user.