AzureEntityResource Class

Definition

The resource model definition for a Azure Resource Manager resource with an etag.

public class AzureEntityResource : Microsoft.Azure.Management.DeploymentManager.Models.Resource
type AzureEntityResource = class
    inherit Resource
Public Class AzureEntityResource
Inherits Resource
Inheritance
AzureEntityResource

Constructors

AzureEntityResource()

Initializes a new instance of the AzureEntityResource class.

AzureEntityResource(String, String, String, String)

Initializes a new instance of the AzureEntityResource class.

Properties

Etag

Gets resource Etag.

Id

Gets fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(Inherited from Resource)
Type

Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from Resource)

Applies to