ExtensionEndpointConfiguration.InternalEndpoints Propriété
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.
facultatif. facultatif. Liste des points de terminaison internes requis par cette extension. Pris en charge sur WebRole ou WorkerRole, mais ignoré sur VmRole. Chaque point de terminaison interne est automatiquement ajouté à la définition de service du déploiement à l’aide de cette extension.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration.InternalEndpoint> InternalEndpoints { get; set; }
member this.InternalEndpoints : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.ExtensionEndpointConfiguration.InternalEndpoint> with get, set
Public Property InternalEndpoints As IList(Of ExtensionEndpointConfiguration.InternalEndpoint)
Valeur de propriété
S’applique à
Azure SDK for .NET