DataBoxEdgeDevicePatch 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
DataBoxEdgeDevicePatch() |
Initialisiert eine neue instance der DataBoxEdgeDevicePatch-Klasse. |
DataBoxEdgeDevicePatch(IDictionary<String,String>, ResourceIdentity, EdgeProfilePatch) |
Initialisiert eine neue instance der DataBoxEdgeDevicePatch-Klasse. |
DataBoxEdgeDevicePatch()
Initialisiert eine neue instance der DataBoxEdgeDevicePatch-Klasse.
public DataBoxEdgeDevicePatch();
Public Sub New ()
Gilt für:
DataBoxEdgeDevicePatch(IDictionary<String,String>, ResourceIdentity, EdgeProfilePatch)
Initialisiert eine neue instance der DataBoxEdgeDevicePatch-Klasse.
public DataBoxEdgeDevicePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.DataBoxEdge.Models.ResourceIdentity identity = default, Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfilePatch edgeProfile = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevicePatch : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.DataBoxEdge.Models.ResourceIdentity * Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfilePatch -> Microsoft.Azure.Management.DataBoxEdge.Models.DataBoxEdgeDevicePatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As ResourceIdentity = Nothing, Optional edgeProfile As EdgeProfilePatch = Nothing)
Parameter
- tags
- IDictionary<String,String>
Die Tags, die an die Data Box Edge/Gateway-Ressource angefügt sind.
- identity
- ResourceIdentity
MSI-Identität der Ressource
- edgeProfile
- EdgeProfilePatch
Edge Profile-Eigenschaft des Data Box Edge/Gateway-Geräts
Gilt für:
Azure SDK for .NET