IWithCustomDomain.WithCustomDomain Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithCustomDomain(CustomDomain) |
Specifies the user domain assigned to the storage account. |
WithCustomDomain(String) |
Specifies the user domain assigned to the storage account. |
WithCustomDomain(String, Boolean) |
Specifies the user domain assigned to the storage account. |
WithCustomDomain(CustomDomain)
Specifies the user domain assigned to the storage account.
public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithCustomDomain (Microsoft.Azure.Management.Storage.Fluent.Models.CustomDomain customDomain);
abstract member WithCustomDomain : Microsoft.Azure.Management.Storage.Fluent.Models.CustomDomain -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate
Public Function WithCustomDomain (customDomain As CustomDomain) As IWithCreate
Parameters
- customDomain
- CustomDomain
The user domain assigned to the storage account.
Returns
Applies to
WithCustomDomain(String)
Specifies the user domain assigned to the storage account.
public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithCustomDomain (string name);
abstract member WithCustomDomain : string -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate
Public Function WithCustomDomain (name As String) As IWithCreate
Parameters
- name
- String
The custom domain name, which is the CNAME source.
Returns
Applies to
WithCustomDomain(String, Boolean)
Specifies the user domain assigned to the storage account.
public Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate WithCustomDomain (string name, bool useSubDomain);
abstract member WithCustomDomain : string * bool -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Definition.IWithCreate
Public Function WithCustomDomain (name As String, useSubDomain As Boolean) As IWithCreate
Parameters
- name
- String
The custom domain name, which is the CNAME source.
- useSubDomain
- Boolean
Whether indirect CName validation is enabled.
Returns
Applies to
Azure SDK for .NET