public class SqlStoredProcedureCreateUpdateParameters extends ARMResourceProperties
| Constructor and Description |
|---|
SqlStoredProcedureCreateUpdateParameters() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
options()
Get a key-value pair of options to be applied for the request.
|
SqlStoredProcedureResource |
resource()
Get the standard JSON format of a storedProcedure.
|
SqlStoredProcedureCreateUpdateParameters |
withOptions(Map<String,String> options)
Set a key-value pair of options to be applied for the request.
|
SqlStoredProcedureCreateUpdateParameters |
withResource(SqlStoredProcedureResource resource)
Set the standard JSON format of a storedProcedure.
|
public SqlStoredProcedureCreateUpdateParameters()
public SqlStoredProcedureResource resource()
public SqlStoredProcedureCreateUpdateParameters withResource(SqlStoredProcedureResource resource)
resource - the resource value to setpublic Map<String,String> options()
public SqlStoredProcedureCreateUpdateParameters 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.
*/