Uses of Class
com.microsoft.azure.management.storage.CustomDomain
Package
Description
This package contains the classes for StorageManagementClient.
-
Uses of CustomDomain in com.microsoft.azure.management.storage
Modifier 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.Modifier 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.