Interface StorageAccount.UpdateStages.WithCustomDomain
-
- All Known Subinterfaces:
StorageAccount.Update
- Enclosing interface:
- StorageAccount.UpdateStages
public static interface StorageAccount.UpdateStages.WithCustomDomainThe stage of the storage account update allowing to associate custom domain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StorageAccount.UpdatewithCustomDomain(CustomDomain customDomain)Specifies the user domain assigned to the storage account.StorageAccount.UpdatewithCustomDomain(String name)Specifies the user domain assigned to the storage account.StorageAccount.UpdatewithCustomDomain(String name, boolean useSubDomain)Specifies the user domain assigned to the storage account.
-
-
-
Method Detail
-
withCustomDomain
StorageAccount.Update withCustomDomain(CustomDomain customDomain)
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 update
-
withCustomDomain
StorageAccount.Update withCustomDomain(String name)
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 update
-
withCustomDomain
StorageAccount.Update withCustomDomain(String name, boolean useSubDomain)
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 update
-
-