Partager via


CustomDomainResource Constructeurs

Définition

Surcharges

CustomDomainResource()

Initialise une nouvelle instance de la classe CustomDomainResource.

CustomDomainResource(String, String, String, CustomDomainProperties)

Initialise une nouvelle instance de la classe CustomDomainResource.

CustomDomainResource()

Initialise une nouvelle instance de la classe CustomDomainResource.

public CustomDomainResource ();
Public Sub New ()

S’applique à

CustomDomainResource(String, String, String, CustomDomainProperties)

Initialise une nouvelle instance de la classe CustomDomainResource.

public CustomDomainResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.AppPlatform.Models.CustomDomainProperties properties = default);
new Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource : string * string * string * Microsoft.Azure.Management.AppPlatform.Models.CustomDomainProperties -> Microsoft.Azure.Management.AppPlatform.Models.CustomDomainResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As CustomDomainProperties = Nothing)

Paramètres

id
String

ID de ressource complet pour la ressource.

name
String

Nom de la ressource.

type
String

Type de la ressource.

properties
CustomDomainProperties

Propriétés de la ressource de domaine personnalisé.

S’applique à