SqlTriggerGetResultsInner Class

public final class SqlTriggerGetResultsInner
extends ArmResourceProperties

An Azure Cosmos DB trigger.

Constructor Summary

Constructor Description
SqlTriggerGetResultsInner()

Creates an instance of SqlTriggerGetResultsInner class.

Method Summary

Modifier and Type Method and Description
SqlTriggerGetPropertiesResource resource()

Get the resource property: The resource property.

void validate()

Validates the instance.

SqlTriggerGetResultsInner withLocation(String location)
SqlTriggerGetResultsInner withResource(SqlTriggerGetPropertiesResource resource)

Set the resource property: The resource property.

SqlTriggerGetResultsInner withTags(Map<String,String> tags)

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from ArmResourceProperties

Methods inherited from java.lang.Object

Constructor Details

SqlTriggerGetResultsInner

public SqlTriggerGetResultsInner()

Creates an instance of SqlTriggerGetResultsInner class.

Method Details

resource

public SqlTriggerGetPropertiesResource resource()

Get the resource property: The resource property.

Returns:

the resource value.

validate

public void validate()

Validates the instance.

Overrides:

SqlTriggerGetResultsInner.validate()

withLocation

public SqlTriggerGetResultsInner withLocation(String location)

Overrides:

SqlTriggerGetResultsInner.withLocation(String location)

Parameters:

location

withResource

public SqlTriggerGetResultsInner withResource(SqlTriggerGetPropertiesResource resource)

Set the resource property: The resource property.

Parameters:

resource - the resource value to set.

Returns:

the SqlTriggerGetResultsInner object itself.

withTags

public SqlTriggerGetResultsInner withTags(Map tags)

Overrides:

SqlTriggerGetResultsInner.withTags(Map<String,String> tags)

Parameters:

tags

Applies to