EdgeProfileSubscriptionPatch 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
EdgeProfileSubscriptionPatch() |
Initialisiert eine neue instance der EdgeProfileSubscriptionPatch-Klasse. |
EdgeProfileSubscriptionPatch(String) |
Initialisiert eine neue instance der EdgeProfileSubscriptionPatch-Klasse. |
EdgeProfileSubscriptionPatch()
Initialisiert eine neue instance der EdgeProfileSubscriptionPatch-Klasse.
public EdgeProfileSubscriptionPatch ();
Public Sub New ()
Gilt für:
EdgeProfileSubscriptionPatch(String)
Initialisiert eine neue instance der EdgeProfileSubscriptionPatch-Klasse.
public EdgeProfileSubscriptionPatch (string id = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscriptionPatch : string -> Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscriptionPatch
Public Sub New (Optional id As String = Nothing)
Parameter
- id
- String
Die Pfad-ID, die das Abonnement des Edgeprofils eindeutig identifiziert.
Gilt für:
Azure SDK for .NET