共用方式為


EdgeProfilePatch Constructors

Definition

Overloads

EdgeProfilePatch()

Initializes a new instance of the EdgeProfilePatch class.

EdgeProfilePatch(EdgeProfileSubscriptionPatch)

Initializes a new instance of the EdgeProfilePatch class.

EdgeProfilePatch()

Initializes a new instance of the EdgeProfilePatch class.

public EdgeProfilePatch ();
Public Sub New ()

Applies to

EdgeProfilePatch(EdgeProfileSubscriptionPatch)

Initializes a new instance of the EdgeProfilePatch class.

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)

Parameters

subscription
EdgeProfileSubscriptionPatch

The Data Box Edge/Gateway Edge Profile Subscription patch

Applies to