Share via


AvailableScopeRequestProperties Constructors

Definition

Overloads

AvailableScopeRequestProperties()

Initializes a new instance of the AvailableScopeRequestProperties class.

AvailableScopeRequestProperties(IList<String>)

Initializes a new instance of the AvailableScopeRequestProperties class.

AvailableScopeRequestProperties()

Initializes a new instance of the AvailableScopeRequestProperties class.

public AvailableScopeRequestProperties ();
Public Sub New ()

Applies to

AvailableScopeRequestProperties(IList<String>)

Initializes a new instance of the AvailableScopeRequestProperties class.

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

Parameters

scopes
IList<String>

Applies to