ContainerAppCustomDomain 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
ContainerAppCustomDomain(String) |
Initialise une nouvelle instance de ContainerAppCustomDomain. |
ContainerAppCustomDomain(String, ResourceIdentifier) |
Initialise une nouvelle instance de ContainerAppCustomDomain. |
ContainerAppCustomDomain(String)
- Source:
- ContainerAppCustomDomain.cs
Initialise une nouvelle instance de ContainerAppCustomDomain.
public ContainerAppCustomDomain (string name);
new Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomain : string -> Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomain
Public Sub New (name As String)
Paramètres
- name
- String
Nom d'hôte.
Exceptions
name
a la valeur null.
S’applique à
ContainerAppCustomDomain(String, ResourceIdentifier)
- Source:
- ContainerAppCustomDomain.cs
Initialise une nouvelle instance de ContainerAppCustomDomain.
public ContainerAppCustomDomain (string name, Azure.Core.ResourceIdentifier certificateId);
new Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomain : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.Models.ContainerAppCustomDomain
Public Sub New (name As String, certificateId As ResourceIdentifier)
Paramètres
- name
- String
Nom d'hôte.
- certificateId
- ResourceIdentifier
ID de ressource du certificat à lier à ce nom d’hôte. Doit exister dans l’environnement managé.
Exceptions
name
ou certificateId
est null.
S’applique à
Azure SDK for .NET