EdgeProfilePatch 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
EdgeProfilePatch() |
Initialisiert eine neue instance der EdgeProfilePatch-Klasse. |
EdgeProfilePatch(EdgeProfileSubscriptionPatch) |
Initialisiert eine neue instance der EdgeProfilePatch-Klasse. |
EdgeProfilePatch()
Initialisiert eine neue instance der EdgeProfilePatch-Klasse.
public EdgeProfilePatch ();
Public Sub New ()
Gilt für:
EdgeProfilePatch(EdgeProfileSubscriptionPatch)
Initialisiert eine neue instance der EdgeProfilePatch-Klasse.
public EdgeProfilePatch (Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscriptionPatch subscription = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfilePatch : Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscriptionPatch -> Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfilePatch
Public Sub New (Optional subscription As EdgeProfileSubscriptionPatch = Nothing)
Parameter
- subscription
- EdgeProfileSubscriptionPatch
Patch für Data Box Edge-/Gateway-Edgeprofilabonnement
Gilt für:
Azure SDK for .NET