| Modifier and Type | Method and Description |
|---|---|
CustomDomain |
StorageAccount.customDomain() |
CustomDomain |
CustomDomain.withName(String name)
Set the name value.
|
CustomDomain |
CustomDomain.withUseSubDomain(Boolean useSubDomain)
Set the useSubDomain value.
|
| 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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/