CloudServiceGetResponse.Resource Class
A resource.
Namespace: Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.Scheduler.Models.CloudServiceGetResponse.Resource
Syntax
public class Resource
public ref class Resource
type Resource = class end
Public Class Resource
Constructors
Name | Description | |
---|---|---|
CloudServiceGetResponse.Resource() | Initializes a new instance of the Resource class. |
Properties
Name | Description | |
---|---|---|
ETag | Optional. ETag identifying the current entity revision on the server. |
|
Label | Optional. Label of the resource. |
|
Name | Optional. A name for the resource. The name must be unique within the subscription ID and cloud service. |
|
OutputItems | Optional. |
|
Plan | Optional. The plan of the resource. |
|
ResourceProviderNamespace | Optional. Namespace identifier for the resource provider. |
|
SchemaVersion | Optional. Optional version of the intrinsic properties for the resource. If not specified, you must conform to the default contract resource. |
|
State | Optional. The current resource status. |
|
SubState | Optional. An optional, more detailed resource status. |
|
Type | Optional. The Type for the resource. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
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.Scheduler.Models Namespace
Return to top