Interface StorageAccount.DefinitionStages.WithCustomDomain
- All Known Subinterfaces:
StorageAccount.Definition, StorageAccount.DefinitionStages.WithCreate, StorageAccount.DefinitionStages.WithCreateAndAccessTier
- Enclosing interface:
StorageAccount.DefinitionStages
public static interface StorageAccount.DefinitionStages.WithCustomDomain
The stage of a storage account definition allowing to associate custom domain with the account.
-
Method Summary
Modifier and TypeMethodDescriptionwithCustomDomain(CustomDomain customDomain) Specifies the user domain assigned to the storage account.withCustomDomain(String name) Specifies the user domain assigned to the storage account.withCustomDomain(String name, boolean useSubDomain) Specifies the user domain assigned to the storage account.
-
Method Details
-
withCustomDomain
Specifies the user domain assigned to the storage account.- Parameters:
customDomain- the user domain assigned to the storage account- Returns:
- the next stage of storage account definition
-
withCustomDomain
Specifies the user domain assigned to the storage account.- Parameters:
name- the custom domain name, which is the CNAME source- Returns:
- the next stage of storage account definition
-
withCustomDomain
Specifies the user domain assigned to the storage account.- Parameters:
name- the custom domain name, which is the CNAME sourceuseSubDomain- whether indirect CName validation is enabled- Returns:
- the next stage of storage account definition
-