SubscriptionInner 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
SubscriptionInner() |
Initializes a new instance of the SubscriptionInner class. |
SubscriptionInner(String, String, String, String, Nullable<SubscriptionState>, SubscriptionPolicies, String, IList<ManagedByTenant>) |
Initializes a new instance of the SubscriptionInner class. |
SubscriptionInner()
Initializes a new instance of the SubscriptionInner class.
public SubscriptionInner ();
Public Sub New ()
Applies to
SubscriptionInner(String, String, String, String, Nullable<SubscriptionState>, SubscriptionPolicies, String, IList<ManagedByTenant>)
Initializes a new instance of the SubscriptionInner class.
public SubscriptionInner (string id = default, string subscriptionId = default, string displayName = default, string tenantId = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionState? state = default, Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionPolicies subscriptionPolicies = default, string authorizationSource = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ManagedByTenant> managedByTenants = default);
new Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionInner : string * string * string * string * Nullable<Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionState> * Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionPolicies * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Models.ManagedByTenant> -> Microsoft.Azure.Management.ResourceManager.Fluent.Models.SubscriptionInner
Public Sub New (Optional id As String = Nothing, Optional subscriptionId As String = Nothing, Optional displayName As String = Nothing, Optional tenantId As String = Nothing, Optional state As Nullable(Of SubscriptionState) = Nothing, Optional subscriptionPolicies As SubscriptionPolicies = Nothing, Optional authorizationSource As String = Nothing, Optional managedByTenants As IList(Of ManagedByTenant) = Nothing)
Parameters
- id
- String
The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000.
- subscriptionId
- String
The subscription ID.
- displayName
- String
The subscription display name.
- tenantId
- String
The subscription tenant ID.
- state
- Nullable<SubscriptionState>
The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. Possible values include: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted'
- subscriptionPolicies
- SubscriptionPolicies
The subscription policies.
- authorizationSource
- String
The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'.
- managedByTenants
- IList<ManagedByTenant>
An array containing the tenants managing the subscription.
Applies to
Azure SDK for .NET