次の方法で共有


IWithCustomDomain.WithCustomDomain メソッド

定義

オーバーロード

WithCustomDomain(CustomDomain)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

WithCustomDomain(String)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

WithCustomDomain(String, Boolean)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

WithCustomDomain(CustomDomain)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

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

パラメーター

customDomain
CustomDomain

ストレージ アカウントに割り当てられたユーザー ドメイン。

戻り値

適用対象

WithCustomDomain(String)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

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

パラメーター

name
String

CNAME ソースであるカスタム ドメイン名。

戻り値

適用対象

WithCustomDomain(String, Boolean)

ストレージ アカウントに割り当てられたユーザー ドメインを指定します。

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

パラメーター

name
String

CNAME ソースであるカスタム ドメイン名。

useSubDomain
Boolean

間接 CName 検証が有効になっているかどうか。

戻り値

適用対象