Condividi tramite


SqlTriggerGetPropertiesResource Constructors

Definition

Overloads

SqlTriggerGetPropertiesResource()

Initializes a new instance of the SqlTriggerGetPropertiesResource class.

SqlTriggerGetPropertiesResource(String, String, TriggerType, TriggerOperation, String, Object, 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, TriggerType, TriggerOperation, String, Object, String)

Initializes a new instance of the SqlTriggerGetPropertiesResource class.

public SqlTriggerGetPropertiesResource (string id, string body = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerType triggerType = default, Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerOperation triggerOperation = default, string _rid = default, object _ts = default, string _etag = default);
new Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetPropertiesResource : string * string * Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerType * Microsoft.Azure.Management.CosmosDB.Fluent.Models.TriggerOperation * string * obj * string -> Microsoft.Azure.Management.CosmosDB.Fluent.Models.SqlTriggerGetPropertiesResource
Public Sub New (id As String, Optional body As String = Nothing, Optional triggerType As TriggerType = Nothing, Optional triggerOperation As TriggerOperation = Nothing, Optional _rid As String = Nothing, Optional _ts As Object = Nothing, Optional _etag As String = Nothing)

Parameters

id
String

Name of the Cosmos DB SQL trigger

body
String

Body of the Trigger

triggerType
TriggerType

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

triggerOperation
TriggerOperation

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
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