SubscriptionGetResponse Class

 

Represents the information about a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Models.SubscriptionGetResponse

Syntax

public class SubscriptionGetResponse : AzureOperationResponse
public ref class SubscriptionGetResponse : AzureOperationResponse
type SubscriptionGetResponse = 
    class
        inherit AzureOperationResponse
    end
Public Class SubscriptionGetResponse
    Inherits AzureOperationResponse

Constructors

Name Description
System_CAPS_pubmethod SubscriptionGetResponse()

Initializes a new instance of the SubscriptionGetResponse class.

Properties

Name Description
System_CAPS_pubproperty AccountAdminLiveEmailId

Gets or sets the live ID of the account administrator.

System_CAPS_pubproperty CurrentCoreCount

Gets or sets the number of currently allocated cores.

System_CAPS_pubproperty CurrentDnsServers

Gets or sets the current number of DNS servers allocated to the subscription.

System_CAPS_pubproperty CurrentHostedServices

Gets or sets the number of currently allocated cloud services.

System_CAPS_pubproperty CurrentLocalNetworkSites

Gets or sets the current number of local Virtual Network sites that are allocated to the subscription.

System_CAPS_pubproperty CurrentStorageAccounts

Gets or sets the number of currently allocated storage accounts.

System_CAPS_pubproperty CurrentVirtualNetworkSites

Gets or sets the number of currently allocated Virtual Network sites.

System_CAPS_pubproperty MaximumCoreCount

Gets or sets the maximum number of cores that can be allocated to the subscription.

System_CAPS_pubproperty MaximumDnsServers

Gets or sets the maximum number of DNS servers that can be allocated to the subscription.

System_CAPS_pubproperty MaximumHostedServices

Gets or sets the maximum number of cloud services that can be allocated to the subscription.

System_CAPS_pubproperty MaximumLocalNetworkSites

Gets or sets the maximum number of local Virtual Network sites that can be allocated to the subscription.

System_CAPS_pubproperty MaximumStorageAccounts

Gets or sets the maximum number of storage accounts that can be allocated to the subscription.

System_CAPS_pubproperty MaximumVirtualNetworkSites

Gets or sets the maximum number of Virtual Network sites that can be allocated to the subscription.

System_CAPS_pubproperty RequestId

(Inherited from AzureOperationResponse.)

System_CAPS_pubproperty ServiceAdminLiveEmailId

Gets or sets the live ID of the subscription administrator.

System_CAPS_pubproperty StatusCode

(Inherited from HttpOperationResponse.)

System_CAPS_pubproperty SubscriptionID

Gets or sets the subscription ID.

System_CAPS_pubproperty SubscriptionName

Gets or sets the name of the subscription.

System_CAPS_pubproperty SubscriptionStatus

Gets or sets an SubscriptionStatus object that specifies the status of the subscription.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Models Namespace

Return to top