Bagikan melalui


SqlTriggerGetPropertiesResource Constructors

Definition

Overloads

SqlTriggerGetPropertiesResource()

Initializes a new instance of the SqlTriggerGetPropertiesResource class.

SqlTriggerGetPropertiesResource(String, String, String, String, String, Nullable<Double>, String)

Initializes a new instance of the SqlTriggerGetPropertiesResource class.

SqlTriggerGetPropertiesResource()

Initializes a new instance of the SqlTriggerGetPropertiesResource class.

public SqlTriggerGetPropertiesResource ();
Public Sub New ()

Applies to

SqlTriggerGetPropertiesResource(String, String, String, String, String, Nullable<Double>, String)

Initializes a new instance of the SqlTriggerGetPropertiesResource class.

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

Parameters

id
String

Name of the Cosmos DB SQL trigger

body
String

Body of the Trigger

triggerType
String

Type of the Trigger. Possible values include: 'Pre', 'Post'

triggerOperation
String

The operation the trigger is associated with. Possible values include: 'All', 'Create', 'Update', 'Delete', 'Replace'

_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