| Package | Description |
|---|---|
| com.azure.resourcemanager.storage.fluent.models |
Package containing the inner data models for StorageManagementClient.
|
| com.azure.resourcemanager.storage.models |
Package containing the data models for StorageManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDomain |
StorageAccountInner.customDomain()
Get the customDomain property: Gets the custom domain the user assigned to this storage account.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDomain |
StorageAccount.customDomain() |
CustomDomain |
StorageAccountUpdateParameters.customDomain()
Get the customDomain property: Custom domain assigned to the storage account by the user.
|
CustomDomain |
StorageAccountCreateParameters.customDomain()
Get the customDomain property: User domain assigned to the storage account.
|
CustomDomain |
CustomDomain.withName(String name)
Set the name property: Gets or sets the custom domain name assigned to the storage account.
|
CustomDomain |
CustomDomain.withUseSubDomainName(Boolean useSubDomainName)
Set the useSubDomainName property: 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 the customDomain property: Custom domain assigned to the storage account by the user.
|
StorageAccountCreateParameters |
StorageAccountCreateParameters.withCustomDomain(CustomDomain customDomain)
Set the customDomain property: User domain assigned to the storage account.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.