SqlStoredProcedureGetProperties Class
- java.
lang. Object - com.
azure. resourcemanager. cosmos. fluent. models. SqlStoredProcedureGetProperties
- com.
Implements
public final class SqlStoredProcedureGetProperties
implements JsonSerializable<SqlStoredProcedureGetProperties>
The properties of an Azure Cosmos DB StoredProcedure.
Constructor Summary
| Constructor | Description |
|---|---|
| SqlStoredProcedureGetProperties() |
Creates an instance of Sql |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
|
Sql |
resource()
Get the resource property: The resource property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Sql |
withResource(SqlStoredProcedureGetPropertiesResource resource)
Set the resource property: The resource property. |
Methods inherited from java.lang.Object
Constructor Details
SqlStoredProcedureGetProperties
public SqlStoredProcedureGetProperties()
Creates an instance of SqlStoredProcedureGetProperties class.
Method Details
fromJson
public static SqlStoredProcedureGetProperties fromJson(JsonReader jsonReader)
Reads an instance of SqlStoredProcedureGetProperties from the JsonReader.
Parameters:
Returns:
Throws:
resource
public SqlStoredProcedureGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResource
public SqlStoredProcedureGetProperties withResource(SqlStoredProcedureGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns: