Bagikan melalui


SubscriptionAliasResponse Class

Definition

Subscription Information with the alias.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasResponseTypeConverter))]
public class SubscriptionAliasResponse : Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionAliasResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.SubscriptionAliasResponseTypeConverter))>]
type SubscriptionAliasResponse = class
    interface ISubscriptionAliasResponse
    interface IJsonSerializable
Public Class SubscriptionAliasResponse
Implements ISubscriptionAliasResponse
Inheritance
SubscriptionAliasResponse
Attributes
Implements

Constructors

SubscriptionAliasResponse()

Creates an new SubscriptionAliasResponse instance.

Properties

AcceptOwnershipState

The accept ownership state of the resource.

AcceptOwnershipUrl

Url to accept ownership of the subscription.

AliasName

Alias ID.

BillingScope

Billing scope of the subscription. For CustomerLed and FieldLed - /billingAccounts/{billingAccountName}/billingProfiles/{billingProfileName}/invoiceSections/{invoiceSectionName} For PartnerLed - /billingAccounts/{billingAccountName}/customers/{customerName} For Legacy EA - /billingAccounts/{billingAccountName}/enrollmentAccounts/{enrollmentAccountName}

CreatedTime

Created Time

DisplayName

The display name of the subscription.

Id

Fully qualified ID for the alias resource.

ManagementGroupId

The Management Group Id.

ProvisioningState

The provisioning state of the resource.

ResellerId

Reseller Id

SubscriptionId

Newly created subscription Id.

SubscriptionOwnerId

Owner Id of the subscription

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Tags for the subscription

Type

Resource type, Microsoft.Subscription/aliases.

Workload

The workload type of the subscription. It can be either Production or DevTest.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubscriptionAliasResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubscriptionAliasResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Subscription.Models.Api20211001.ISubscriptionAliasResponse.

FromJsonString(String)

Creates a new instance of SubscriptionAliasResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubscriptionAliasResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to