Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CustomDomain |
StorageAccount.customDomain() |
CustomDomain |
StorageAccountUpdateParameters.customDomain()
Get custom domain assigned to the storage account by the user.
|
CustomDomain |
StorageAccountCreateParameters.customDomain()
Get user domain assigned to the storage account.
|
CustomDomain |
CustomDomain.withName(String name)
Set gets or sets the custom domain name assigned to the storage account.
|
CustomDomain |
CustomDomain.withUseSubDomainName(Boolean useSubDomainName)
Set indicates whether indirect CName validation is enabled.
|
Modifier and Type | Method and Description |
---|---|
StorageAccount.DefinitionStages.WithCreate |
StorageAccount.DefinitionStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccountUpdateParameters |
StorageAccountUpdateParameters.withCustomDomain(CustomDomain customDomain)
Set custom domain assigned to the storage account by the user.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withCustomDomain(CustomDomain customDomain)
Set user domain assigned to the storage account.
|
Copyright © 2019. All rights reserved.