Class AzureEntityResourceInner
- 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
Properties
Etag
Gets resource Etag.
public string Etag { get; }