Share via


IWithCustomDomain.WithCustomDomain Method

Definition

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.Update.IUpdate 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.Update.IUpdate
Public Function WithCustomDomain (customDomain As CustomDomain) As IUpdate

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.Update.IUpdate WithCustomDomain (string name);
abstract member WithCustomDomain : string -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate
Public Function WithCustomDomain (name As String) As IUpdate

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.Update.IUpdate WithCustomDomain (string name, bool useSubDomain);
abstract member WithCustomDomain : string * bool -> Microsoft.Azure.Management.Storage.Fluent.StorageAccount.Update.IUpdate
Public Function WithCustomDomain (name As String, useSubDomain As Boolean) As IUpdate

Parameters

name
String

The custom domain name, which is the CNAME source.

useSubDomain
Boolean

Whether indirect CName validation is enabled.

Returns

Applies to