Uses of Class
com.azure.resourcemanager.storage.models.CustomDomain
Packages that use CustomDomain
Package
Description
Package containing the inner data models for StorageManagementClient.
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 CustomDomainModifier and TypeMethodDescriptionStorageAccountInner.customDomain()Get the customDomain property: Gets the custom domain the user assigned to this storage account.StorageAccountPropertiesCreateParameters.customDomain()Get the customDomain property: User domain assigned to the storage account.StorageAccountPropertiesInner.customDomain()Get the customDomain property: Gets the custom domain the user assigned to this storage account.StorageAccountPropertiesUpdateParameters.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 CustomDomainModifier and TypeMethodDescriptionStorageAccountPropertiesCreateParameters.withCustomDomain(CustomDomain customDomain) Set the customDomain property: User domain assigned to the storage account.StorageAccountPropertiesUpdateParameters.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 CustomDomainModifier and TypeMethodDescriptionStorageAccount.customDomain()Gets the user assigned custom domain assigned to this storage account.StorageAccountCreateParameters.customDomain()Get the customDomain property: User domain assigned to the storage account.StorageAccountUpdateParameters.customDomain()Get the customDomain property: Custom domain assigned to the storage account by the user.static CustomDomainCustomDomain.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CustomDomain from the JsonReader.Set the name property: Gets or sets the custom domain name assigned to the storage account.CustomDomain.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 CustomDomainModifier and TypeMethodDescriptionStorageAccount.DefinitionStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain) Specifies the user domain assigned to the storage account.StorageAccount.UpdateStages.WithCustomDomain.withCustomDomain(CustomDomain customDomain) Specifies the user domain assigned to the storage account.StorageAccountCreateParameters.withCustomDomain(CustomDomain customDomain) Set the customDomain property: User domain assigned to the storage account.StorageAccountUpdateParameters.withCustomDomain(CustomDomain customDomain) Set the customDomain property: Custom domain assigned to the storage account by the user.