Table of Contents

Class SqlTriggerGetResultsInner

Namespace
Microsoft.Azure.Management.CosmosDB.Fluent.Models
Assembly
Microsoft.Azure.Management.CosmosDB.Fluent.dll

An Azure Cosmos DB trigger.

public class SqlTriggerGetResultsInner : ARMResourcePropertiesInner
Inheritance
SqlTriggerGetResultsInner

Constructors

SqlTriggerGetResultsInner()

Initializes a new instance of the SqlTriggerGetResultsInner class.

public SqlTriggerGetResultsInner()

SqlTriggerGetResultsInner(string, string, string, string, IDictionary<string, string>, SqlTriggerGetPropertiesResource)

Initializes a new instance of the SqlTriggerGetResultsInner class.

public SqlTriggerGetResultsInner(string location, string id = null, string name = null, string type = null, IDictionary<string, string> tags = null, SqlTriggerGetPropertiesResource resource = null)

Parameters

location string
id string
name string
type string
tags IDictionary<string, string>
resource SqlTriggerGetPropertiesResource

Properties

Resource

public SqlTriggerGetPropertiesResource Resource { get; set; }

Property Value

SqlTriggerGetPropertiesResource

Methods

Validate()

Validate the object.

public override void Validate()

Exceptions

Microsoft.Rest.ValidationException

Thrown if validation fails