SubscriptionInner Class
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.
Subscription information.
public class SubscriptionInner
type SubscriptionInner = class
Public Class SubscriptionInner
- Inheritance
-
SubscriptionInner
Constructors
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. |
Properties
AuthorizationSource |
Gets or sets the authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. |
DisplayName |
Gets the subscription display name. |
Id |
Gets the fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000. |
ManagedByTenants |
Gets or sets an array containing the tenants managing the subscription. |
State |
Gets the subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted. Possible values include: 'Enabled', 'Warned', 'PastDue', 'Disabled', 'Deleted' |
SubscriptionId |
Gets the subscription ID. |
SubscriptionPolicies |
Gets or sets the subscription policies. |
TenantId |
Gets the subscription tenant ID. |
Applies to
Azure SDK for .NET