IWithFrontendPort.WithFrontendPort Méthode
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
WithFrontendPort(Int32) |
Crée un port frontal avec un nom généré automatiquement et le numéro de port spécifié, sauf s’il en existe déjà un. |
WithFrontendPort(Int32, String) |
Crée un port frontal avec le nom et le numéro de port spécifiés, sauf s’il existe déjà un port correspondant à ce nom et/ou à ce numéro. |
WithFrontendPort(Int32)
Crée un port frontal avec un nom généré automatiquement et le numéro de port spécifié, sauf s’il en existe déjà un.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate WithFrontendPort (int portNumber);
abstract member WithFrontendPort : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate
Public Function WithFrontendPort (portNumber As Integer) As IWithCreate
Paramètres
- portNumber
- Int32
Numéro de port.
Retours
S’applique à
WithFrontendPort(Int32, String)
Crée un port frontal avec le nom et le numéro de port spécifiés, sauf s’il existe déjà un port correspondant à ce nom et/ou à ce numéro.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate WithFrontendPort (int portNumber, string name);
abstract member WithFrontendPort : int * string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate
Public Function WithFrontendPort (portNumber As Integer, name As String) As IWithCreate
Paramètres
- portNumber
- Int32
Numéro de port.
- name
- String
Nom à attribuer au port.
Retours
S’applique à
Azure SDK for .NET