ExtendedResourceProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExtendedResourceProperties() |
Initializes a new instance of the ExtendedResourceProperties class. |
ExtendedResourceProperties(String, Object, 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, Object, String)
Initializes a new instance of the ExtendedResourceProperties class.
public ExtendedResourceProperties (string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExtendedResourceProperties : string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.ExtendedResourceProperties
Public Sub New (Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)
Parameters
- _rid
- String
A system generated property. A unique identifier.
- _ts
- Object
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
Azure SDK for .NET