EndpointRangeDescription(Int32, Int32) Constructeur
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.
Initialise une nouvelle instance de EndpointRangeDescription.
public EndpointRangeDescription (int startPort, int endPort);
new Azure.ResourceManager.ServiceFabricManagedClusters.Models.EndpointRangeDescription : int * int -> Azure.ResourceManager.ServiceFabricManagedClusters.Models.EndpointRangeDescription
Public Sub New (startPort As Integer, endPort As Integer)
Paramètres
- startPort
- Int32
Port de départ d’une plage de ports.
- endPort
- Int32
Port de fin d’une plage de ports.