Freigeben über


IWithCustomDomain.WithCustomDomain Methode

Definition

Überlädt

WithCustomDomain(CustomDomain)

Gibt die Dem Speicherkonto zugewiesene Benutzerdomäne an.

WithCustomDomain(String)

Gibt die Dem Speicherkonto zugewiesene Benutzerdomäne an.

WithCustomDomain(String, Boolean)

Gibt die Dem Speicherkonto zugewiesene Benutzerdomäne an.

WithCustomDomain(CustomDomain)

Gibt die Dem Speicherkonto zugewiesene Benutzerdomäne an.

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

Parameter

customDomain
CustomDomain

Die Dem Speicherkonto zugewiesene Benutzerdomäne.

Gibt zurück

Gilt für:

WithCustomDomain(String)

Gibt die Dem Speicherkonto zugewiesene Benutzerdomäne an.

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

Parameter

name
String

Der benutzerdefinierte Domänenname, bei dem es sich um die CNAME-Quelle handelt.

Gibt zurück

Gilt für:

WithCustomDomain(String, Boolean)

Gibt die Dem Speicherkonto zugewiesene Benutzerdomäne an.

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

Parameter

name
String

Der benutzerdefinierte Domänenname, bei dem es sich um die CNAME-Quelle handelt.

useSubDomain
Boolean

Gibt an, ob die indirekte CName-Überprüfung aktiviert ist.

Gibt zurück

Gilt für: