public class SqlTriggerCreateUpdateParameters extends ARMResourceProperties
| Constructor and Description |
|---|
SqlTriggerCreateUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
options()
Get a key-value pair of options to be applied for the request.
|
SqlTriggerResource |
resource()
Get the standard JSON format of a trigger.
|
SqlTriggerCreateUpdateParameters |
withOptions(Map<String,String> options)
Set a key-value pair of options to be applied for the request.
|
SqlTriggerCreateUpdateParameters |
withResource(SqlTriggerResource resource)
Set the standard JSON format of a trigger.
|
public SqlTriggerResource resource()
public SqlTriggerCreateUpdateParameters withResource(SqlTriggerResource resource)
resource - the resource value to setpublic Map<String,String> options()
public SqlTriggerCreateUpdateParameters withOptions(Map<String,String> options)
options - the options value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/