共用方式為


ExtendedResourceProperties Constructors

Definition

Overloads

ExtendedResourceProperties()

Initializes a new instance of the ExtendedResourceProperties class.

ExtendedResourceProperties(String, Nullable<Double>, String)

Initializes a new instance of the ExtendedResourceProperties class.

ExtendedResourceProperties()

Initializes a new instance of the ExtendedResourceProperties class.

public ExtendedResourceProperties ();
Public Sub New ()

Applies to

ExtendedResourceProperties(String, Nullable<Double>, String)

Initializes a new instance of the ExtendedResourceProperties class.

public ExtendedResourceProperties (string _rid = default, double? _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Models.ExtendedResourceProperties : string * Nullable<double> * string -> Microsoft.Azure.Management.CosmosDB.Models.ExtendedResourceProperties
Public Sub New (Optional _rid As String = Nothing, Optional _ts As Nullable(Of Double) = Nothing, Optional _etag As String = Nothing)

Parameters

_rid
String

A system generated property. A unique identifier.

_ts
Nullable<Double>

A system generated property that denotes the last updated timestamp of the resource.

_etag
String

A system generated property representing the resource etag required for optimistic concurrency control.

Applies to