public static interface StorageAccount.UpdateStages.WithCustomDomain
| Modifier and Type | Method and Description |
|---|---|
StorageAccount.Update |
withCustomDomain(CustomDomain customDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
withCustomDomain(String name)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update |
withCustomDomain(String name,
boolean useSubDomain)
Specifies the user domain assigned to the storage account.
|
StorageAccount.Update withCustomDomain(CustomDomain customDomain)
customDomain - the user domain assigned to the storage accountStorageAccount.Update withCustomDomain(String name)
name - the custom domain name, which is the CNAME sourceStorageAccount.Update withCustomDomain(String name, boolean useSubDomain)
name - the custom domain name, which is the CNAME sourceuseSubDomain - whether indirect CName validation is enabled/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/