ServiceEndpointPropertiesFormat 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
ServiceEndpointPropertiesFormat() |
Initialise une nouvelle instance de la classe ServiceEndpointPropertiesFormat. |
ServiceEndpointPropertiesFormat(String, IList<String>, ProvisioningState) |
Initialise une nouvelle instance de la classe ServiceEndpointPropertiesFormat. |
ServiceEndpointPropertiesFormat()
Initialise une nouvelle instance de la classe ServiceEndpointPropertiesFormat.
public ServiceEndpointPropertiesFormat ();
Public Sub New ()
S’applique à
ServiceEndpointPropertiesFormat(String, IList<String>, ProvisioningState)
Initialise une nouvelle instance de la classe ServiceEndpointPropertiesFormat.
public ServiceEndpointPropertiesFormat (string service = default, System.Collections.Generic.IList<string> locations = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPropertiesFormat : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPropertiesFormat
Public Sub New (Optional service As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional provisioningState As ProvisioningState = Nothing)
Paramètres
- service
- String
Type du service de point de terminaison.
- provisioningState
- ProvisioningState
État d’approvisionnement de la ressource de point de terminaison de service. Les valeurs possibles sont les suivantes : « Réussi », « Mise à jour », « Suppression », « Échec »
S’applique à
Azure SDK for .NET