Compartilhar via


SqlTriggerGetPropertiesResource Construtores

Definição

Sobrecargas

SqlTriggerGetPropertiesResource()

Inicializa uma nova instância da classe SqlTriggerGetPropertiesResource.

SqlTriggerGetPropertiesResource(String, String, TriggerType, TriggerOperation, String, Object, String)

Inicializa uma nova instância da classe SqlTriggerGetPropertiesResource.

SqlTriggerGetPropertiesResource()

Inicializa uma nova instância da classe SqlTriggerGetPropertiesResource.

public SqlTriggerGetPropertiesResource ();
Public Sub New ()

Aplica-se a

SqlTriggerGetPropertiesResource(String, String, TriggerType, TriggerOperation, String, Object, String)

Inicializa uma nova instância da classe SqlTriggerGetPropertiesResource.

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)

Parâmetros

id
String

Nome do gatilho SQL do Cosmos DB

body
String

Corpo do gatilho

triggerType
TriggerType

Tipo do Gatilho. Os valores possíveis incluem: 'Pre', 'Post'

triggerOperation
TriggerOperation

A operação à qual o gatilho está associado. Os valores possíveis incluem: 'All', 'Create', 'Update', 'Delete', 'Replace'

_rid
String

Uma propriedade gerada pelo sistema. Um identificador exclusivo.

_ts
Object

Uma propriedade gerada pelo sistema que indica o último carimbo de data/hora atualizado do recurso.

_etag
String

Uma propriedade gerada pelo sistema que representa a etag de recurso necessária para o controle de simultaneidade otimista.

Aplica-se a