ServiceEndpointPropertiesFormat Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ServiceEndpointPropertiesFormat() |
Initialisiert eine neue instance der ServiceEndpointPropertiesFormat-Klasse. |
ServiceEndpointPropertiesFormat(String, IList<String>, ProvisioningState) |
Initialisiert eine neue instance der ServiceEndpointPropertiesFormat-Klasse. |
ServiceEndpointPropertiesFormat()
Initialisiert eine neue instance der ServiceEndpointPropertiesFormat-Klasse.
public ServiceEndpointPropertiesFormat ();
Public Sub New ()
Gilt für:
ServiceEndpointPropertiesFormat(String, IList<String>, ProvisioningState)
Initialisiert eine neue instance der ServiceEndpointPropertiesFormat-Klasse.
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)
Parameter
- service
- String
Der Typ des Endpunktdiensts.
- provisioningState
- ProvisioningState
Der Bereitstellungsstatus der Dienstendpunktressource. Mögliche Werte: "Erfolgreich", "Aktualisieren", "Löschen", "Fehler"
Gilt für:
Azure SDK for .NET