共用方式為


EdgeProfile Constructors

Definition

Overloads

EdgeProfile()

Initializes a new instance of the EdgeProfile class.

EdgeProfile(EdgeProfileSubscription)

Initializes a new instance of the EdgeProfile class.

EdgeProfile()

Initializes a new instance of the EdgeProfile class.

public EdgeProfile ();
Public Sub New ()

Applies to

EdgeProfile(EdgeProfileSubscription)

Initializes a new instance of the EdgeProfile class.

public EdgeProfile (Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscription subscription = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile : Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfileSubscription -> Microsoft.Azure.Management.DataBoxEdge.Models.EdgeProfile
Public Sub New (Optional subscription As EdgeProfileSubscription = Nothing)

Parameters

subscription
EdgeProfileSubscription

Edge Profile Subscription

Applies to