Trigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET