CustomDomainResource Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET