public static interface StorageAccount.DefinitionStages.WithCustomDomain
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.DefinitionStages.WithCreate |
withCustomDomain(CustomDomain customDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.DefinitionStages.WithCreate |
withCustomDomain(String name)
Specifies the user domain assigned to the storage account.
|
StorageAccount.DefinitionStages.WithCreate |
withCustomDomain(String name,
boolean useSubDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.DefinitionStages.WithCreate withCustomDomain(CustomDomain customDomain)
customDomain - the user domain assigned to the storage accountStorageAccount.DefinitionStages.WithCreate withCustomDomain(String name)
name - the custom domain name, which is the CNAME sourceStorageAccount.DefinitionStages.WithCreate withCustomDomain(String name, boolean useSubDomain)
name - the custom domain name, which is the CNAME sourceuseSubDomain - whether indirect CName validation is enabledCopyright © 2021 Microsoft Corporation. All rights reserved.