SubscriptionScopeProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- scopes
- IList<ScopeProperties>