Uses of Class
com.azure.resourcemanager.storage.models.CustomDomain
-
Packages that use CustomDomain 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. -
-
Uses of CustomDomain in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return CustomDomain Modifier and Type Method Description CustomDomainStorageAccountInner. customDomain()Get the customDomain property: Gets the custom domain the user assigned to this storage account.CustomDomainStorageAccountPropertiesCreateParameters. customDomain()Get the customDomain property: User domain assigned to the storage account.CustomDomainStorageAccountPropertiesInner. customDomain()Get the customDomain property: Gets the custom domain the user assigned to this storage account.CustomDomainStorageAccountPropertiesUpdateParameters. customDomain()Get the customDomain property: Custom domain assigned to the storage account by the user.Methods in com.azure.resourcemanager.storage.fluent.models with parameters of type CustomDomain Modifier and Type Method Description StorageAccountPropertiesCreateParametersStorageAccountPropertiesCreateParameters. withCustomDomain(CustomDomain customDomain)Set the customDomain property: User domain assigned to the storage account.StorageAccountPropertiesUpdateParametersStorageAccountPropertiesUpdateParameters. withCustomDomain(CustomDomain customDomain)Set the customDomain property: Custom domain assigned to the storage account by the user. -
Uses of CustomDomain in com.azure.resourcemanager.storage.models
Methods in com.azure.resourcemanager.storage.models that return CustomDomain Modifier and Type Method Description CustomDomainStorageAccount. customDomain()CustomDomainStorageAccountCreateParameters. customDomain()Get the customDomain property: User domain assigned to the storage account.CustomDomainStorageAccountUpdateParameters. customDomain()Get the customDomain property: Custom domain assigned to the storage account by the user.CustomDomainCustomDomain. withName(String name)Set the name property: Gets or sets the custom domain name assigned to the storage account.CustomDomainCustomDomain. withUseSubDomainName(Boolean useSubDomainName)Set the useSubDomainName property: Indicates whether indirect CName validation is enabled.Methods in com.azure.resourcemanager.storage.models with parameters of type CustomDomain Modifier and Type Method Description StorageAccount.DefinitionStages.WithCreateStorageAccount.DefinitionStages.WithCustomDomain. withCustomDomain(CustomDomain customDomain)Specifies the user domain assigned to the storage account.StorageAccount.UpdateStorageAccount.UpdateStages.WithCustomDomain. withCustomDomain(CustomDomain customDomain)Specifies the user domain assigned to the storage account.StorageAccountCreateParametersStorageAccountCreateParameters. withCustomDomain(CustomDomain customDomain)Set the customDomain property: User domain assigned to the storage account.StorageAccountUpdateParametersStorageAccountUpdateParameters. withCustomDomain(CustomDomain customDomain)Set the customDomain property: Custom domain assigned to the storage account by the user.
-