AccountResource Class

 

Contains information about an Azure Batch account.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.Batch.Models.Resource
    Microsoft.Azure.Management.Batch.Models.AccountResource

Syntax

[JsonTransformationAttribute]
public class AccountResource : Resource
[JsonTransformationAttribute]
public ref class AccountResource : Resource
[<JsonTransformationAttribute>]
type AccountResource = 
    class
        inherit Resource
    end
<JsonTransformationAttribute>
Public Class AccountResource
    Inherits Resource

Constructors

Name Description
System_CAPS_pubmethod AccountResource()

Initializes a new instance of the AccountResource class.

System_CAPS_pubmethod AccountResource(Int32, Int32, Int32, String, String, String, String, IDictionary<String, String>, String, Nullable<AccountProvisioningState>, AutoStorageProperties)

Initializes a new instance of the AccountResource class.

Properties

Name Description
System_CAPS_pubproperty AccountEndpoint

Gets or sets the endpoint used by this account to interact with the Batch services.

System_CAPS_pubproperty ActiveJobAndJobScheduleQuota

Gets or sets the active job and job schedule quota for this Batch account.

System_CAPS_pubproperty AutoStorage

Gets or sets the properties and status of any auto storage account associated with the account.

System_CAPS_pubproperty CoreQuota

Gets or sets the core quota for this Batch account.

System_CAPS_pubproperty Id

Gets the id of the resource (Inherited from Resource.)

System_CAPS_pubproperty Location

Gets or sets the location of the resource (Inherited from Resource.)

System_CAPS_pubproperty Name

Gets the name of the resource (Inherited from Resource.)

System_CAPS_pubproperty PoolQuota

Gets or sets the pool quota for this Batch account.

System_CAPS_pubproperty ProvisioningState

Gets or sets the provisioned state of the resource. Possible values include: 'Invalid', 'Creating', 'Deleting', 'Succeeded', 'Failed', 'Cancelled'

System_CAPS_pubproperty Tags

Gets or sets the tags of the resource (Inherited from Resource.)

System_CAPS_pubproperty Type

Gets the type of the resource (Inherited from Resource.)

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.)

System_CAPS_pubmethod Validate()

Validate the object. Throws ValidationException if validation fails.

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.Azure.Management.Batch.Models Namespace

Return to top