Share via


SubscriptionScopeProperties Constructors

Definition

Overloads

SubscriptionScopeProperties()

Initializes a new instance of the SubscriptionScopeProperties class.

SubscriptionScopeProperties(IList<ScopeProperties>)

Initializes a new instance of the SubscriptionScopeProperties class.

SubscriptionScopeProperties()

Initializes a new instance of the SubscriptionScopeProperties class.

public SubscriptionScopeProperties ();
Public Sub New ()

Applies to

SubscriptionScopeProperties(IList<ScopeProperties>)

Initializes a new instance of the SubscriptionScopeProperties class.

public SubscriptionScopeProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ScopeProperties> scopes = default);
new Microsoft.Azure.Management.Reservations.Models.SubscriptionScopeProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Reservations.Models.ScopeProperties> -> Microsoft.Azure.Management.Reservations.Models.SubscriptionScopeProperties
Public Sub New (Optional scopes As IList(Of ScopeProperties) = Nothing)

Parameters

Applies to