IpAddress 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
IpAddress() |
Initialise une nouvelle instance de la classe IpAddress. |
IpAddress(IList<Port>, String, String, String, String) |
Initialise une nouvelle instance de la classe IpAddress. |
IpAddress()
Initialise une nouvelle instance de la classe IpAddress.
public IpAddress ();
Public Sub New ()
S’applique à
IpAddress(IList<Port>, String, String, String, String)
Initialise une nouvelle instance de la classe IpAddress.
public IpAddress (System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Port> ports, string type, string ip = default, string dnsNameLabel = default, string fqdn = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.IpAddress : System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Port> * string * string * string * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.IpAddress
Public Sub New (ports As IList(Of Port), type As String, Optional ip As String = Nothing, Optional dnsNameLabel As String = Nothing, Optional fqdn As String = Nothing)
Paramètres
- type
- String
Indique si l’adresse IP est exposée à l’Internet public ou à un réseau virtuel privé. Les valeurs possibles sont les suivantes : 'Public', 'Private'
- ip
- String
Adresse IP exposée à l’Internet public.
- dnsNameLabel
- String
Étiquette du nom DNS de l’adresse IP.
- fqdn
- String
Nom de domaine complet de l’adresse IP.
S’applique à
Azure SDK for .NET