Table of Contents

Class AzureEntityResourceInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

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

public class AzureEntityResourceInner : Resource
Inheritance
AzureEntityResourceInner

Constructors

AzureEntityResourceInner()

Initializes a new instance of the AzureEntityResourceInner class.

public AzureEntityResourceInner()

AzureEntityResourceInner(string, string, string, string)

Initializes a new instance of the AzureEntityResourceInner class.

public AzureEntityResourceInner(string id = null, string name = null, string type = null, string etag = null)

Parameters

id string
name string
type string
etag string

Resource Etag.

Properties

Etag

Gets resource Etag.

public string Etag { get; }

Property Value

string