AzureSubscription Class

Definition

[System.Serializable]
public class AzureSubscription : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureSubscription
[<System.Serializable>]
type AzureSubscription = class
    interface IAzureSubscription
    interface IExtensibleModel
Public Class AzureSubscription
Implements IAzureSubscription
Inheritance
AzureSubscription
Attributes
Implements

Constructors

AzureSubscription()

Properties

ExtendedProperties
Id
Name
State

Methods

Equals(Object)
GetHashCode()

Extension Methods

CopyFrom(IAzureSubscription, IAzureSubscription)
GetAccount(IAzureSubscription)
GetEnvironment(IAzureSubscription)
GetHomeTenant(IAzureSubscription)
GetId(IAzureSubscription)
GetManagedByTenants(IAzureSubscription)
GetStorageAccount(IAzureSubscription)
GetSubscriptionPolicies(IAzureSubscription)
GetTags(IAzureSubscription)
GetTenant(IAzureSubscription)
IsDefault(IAzureSubscription)
SetAccount(IAzureSubscription, String)
SetDefault(IAzureSubscription)
SetEnvironment(IAzureSubscription, String)
SetHomeTenant(IAzureSubscription, String)
SetId(IAzureSubscription, Guid)
SetManagedByTenants(IAzureSubscription, String[])
SetStorageAccount(IAzureSubscription, String)
SetSubscriptionPolicies(IAzureSubscription, String)
SetTenant(IAzureSubscription, String)
Update(IAzureSubscription, IAzureSubscription)
CopyPropertiesFrom(IExtensibleModel, IExtensibleModel)
GetProperty(IExtensibleModel, String)
GetPropertyAsArray(IExtensibleModel, String)
IsPropertySet(IExtensibleModel, String)
SetOrAppendProperty(IExtensibleModel, String, String[])
SetProperty(IExtensibleModel, String, String[])
UpdateProperties(IExtensibleModel, IExtensibleModel)
PopulateExtensions(IExtensibleModel, PSObject)

Populate the model extensions from a PSObject

Applies to