132 строки
9.0 KiB
YAML
132 строки
9.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource"
|
|
name: "SqlTriggerResource"
|
|
nameWithType: "SqlTriggerResource"
|
|
summary: "Cosmos DB SQL trigger resource object."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **SqlTriggerResource**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.SqlTriggerResource()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.SqlTriggerResource()"
|
|
name: "SqlTriggerResource()"
|
|
nameWithType: "SqlTriggerResource.SqlTriggerResource()"
|
|
syntax: "public SqlTriggerResource()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.body()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.body()"
|
|
name: "body()"
|
|
nameWithType: "SqlTriggerResource.body()"
|
|
summary: "Get body of the Trigger."
|
|
syntax: "public String body()"
|
|
desc: "Get body of the Trigger."
|
|
returns:
|
|
description: "the body value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.id()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.id()"
|
|
name: "id()"
|
|
nameWithType: "SqlTriggerResource.id()"
|
|
summary: "Get name of the Cosmos DB SQL trigger."
|
|
syntax: "public String id()"
|
|
desc: "Get name of the Cosmos DB SQL trigger."
|
|
returns:
|
|
description: "the id value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.triggerOperation()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.triggerOperation()"
|
|
name: "triggerOperation()"
|
|
nameWithType: "SqlTriggerResource.triggerOperation()"
|
|
summary: "Get the operation the trigger is associated with."
|
|
syntax: "public TriggerOperation triggerOperation()"
|
|
desc: "Get the operation the trigger is associated with. Possible values include: 'All', 'Create', 'Update', 'Delete', 'Replace'."
|
|
returns:
|
|
description: "the triggerOperation value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.TriggerOperation?alt=com.microsoft.azure.management.cosmosdb.TriggerOperation&text=TriggerOperation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.triggerType()"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.triggerType()"
|
|
name: "triggerType()"
|
|
nameWithType: "SqlTriggerResource.triggerType()"
|
|
summary: "Get type of the Trigger."
|
|
syntax: "public TriggerType triggerType()"
|
|
desc: "Get type of the Trigger. Possible values include: 'Pre', 'Post'."
|
|
returns:
|
|
description: "the triggerType value"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.TriggerType?alt=com.microsoft.azure.management.cosmosdb.TriggerType&text=TriggerType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withBody(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withBody(String body)"
|
|
name: "withBody(String body)"
|
|
nameWithType: "SqlTriggerResource.withBody(String body)"
|
|
summary: "Set body of the Trigger."
|
|
parameters:
|
|
- description: "the body value to set"
|
|
name: "body"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SqlTriggerResource withBody(String body)"
|
|
desc: "Set body of the Trigger."
|
|
returns:
|
|
description: "the SqlTriggerResource object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.SqlTriggerResource?alt=com.microsoft.azure.management.cosmosdb.SqlTriggerResource&text=SqlTriggerResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withId(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "SqlTriggerResource.withId(String id)"
|
|
summary: "Set name of the Cosmos DB SQL trigger."
|
|
parameters:
|
|
- description: "the id value to set"
|
|
name: "id"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SqlTriggerResource withId(String id)"
|
|
desc: "Set name of the Cosmos DB SQL trigger."
|
|
returns:
|
|
description: "the SqlTriggerResource object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.SqlTriggerResource?alt=com.microsoft.azure.management.cosmosdb.SqlTriggerResource&text=SqlTriggerResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withTriggerOperation(com.microsoft.azure.management.cosmosdb.TriggerOperation)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation)"
|
|
name: "withTriggerOperation(TriggerOperation triggerOperation)"
|
|
nameWithType: "SqlTriggerResource.withTriggerOperation(TriggerOperation triggerOperation)"
|
|
summary: "Set the operation the trigger is associated with."
|
|
parameters:
|
|
- description: "the triggerOperation value to set"
|
|
name: "triggerOperation"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.TriggerOperation?alt=com.microsoft.azure.management.cosmosdb.TriggerOperation&text=TriggerOperation\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SqlTriggerResource withTriggerOperation(TriggerOperation triggerOperation)"
|
|
desc: "Set the operation the trigger is associated with. Possible values include: 'All', 'Create', 'Update', 'Delete', 'Replace'."
|
|
returns:
|
|
description: "the SqlTriggerResource object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.SqlTriggerResource?alt=com.microsoft.azure.management.cosmosdb.SqlTriggerResource&text=SqlTriggerResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withTriggerType(com.microsoft.azure.management.cosmosdb.TriggerType)"
|
|
fullName: "com.microsoft.azure.management.cosmosdb.SqlTriggerResource.withTriggerType(TriggerType triggerType)"
|
|
name: "withTriggerType(TriggerType triggerType)"
|
|
nameWithType: "SqlTriggerResource.withTriggerType(TriggerType triggerType)"
|
|
summary: "Set type of the Trigger."
|
|
parameters:
|
|
- description: "the triggerType value to set"
|
|
name: "triggerType"
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.TriggerType?alt=com.microsoft.azure.management.cosmosdb.TriggerType&text=TriggerType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public SqlTriggerResource withTriggerType(TriggerType triggerType)"
|
|
desc: "Set type of the Trigger. Possible values include: 'Pre', 'Post'."
|
|
returns:
|
|
description: "the SqlTriggerResource object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.cosmosdb.SqlTriggerResource?alt=com.microsoft.azure.management.cosmosdb.SqlTriggerResource&text=SqlTriggerResource\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Cosmos DB SQL trigger resource object."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.cosmosdb"
|
|
artifact: com.microsoft.azure:azure-mgmt-cosmosdb:1.41.4
|