Condividi tramite


Trigger Class

Definition

A Trigger data transfer object.

[Newtonsoft.Json.JsonObject("Trigger")]
public class Trigger : Microsoft.Azure.Management.DataShare.Models.ProxyDto
[<Newtonsoft.Json.JsonObject("Trigger")>]
type Trigger = class
    inherit ProxyDto
Public Class Trigger
Inherits ProxyDto
Inheritance
Trigger
Derived
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

Trigger()

Initializes a new instance of the Trigger class.

Trigger(String, String, SystemData, String)

Initializes a new instance of the Trigger class.

Properties

Id

Gets the resource id of the azure resource

(Inherited from ProxyDto)
Name

Gets name of the azure resource

(Inherited from ProxyDto)
SystemData

Gets system Data of the Azure resource.

(Inherited from ProxyDto)
Type

Gets type of the azure resource

(Inherited from ProxyDto)

Applies to