IWithCustomDomain.WithCustomDomain メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 検証が有効になっているかどうか。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET