SqlStoredProcedureGetResultsInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. cosmos. models. ArmResourceProperties - com.
azure. resourcemanager. cosmos. fluent. models. SqlStoredProcedureGetResultsInner
- com.
- com.
- com.
- com.
public final class SqlStoredProcedureGetResultsInner
extends ArmResourceProperties
An Azure Cosmos DB storedProcedure.
Constructor Summary
Constructor | Description |
---|---|
SqlStoredProcedureGetResultsInner() |
Creates an instance of Sql |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sql |
fromJson(JsonReader jsonReader)
Reads an instance of Sql |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Sql |
resource()
Get the resource property: The resource property. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Sql |
withLocation(String location) |
Sql |
withResource(SqlStoredProcedureGetPropertiesResource resource)
Set the resource property: The resource property. |
Sql |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ArmResourceProperties
Methods inherited from java.lang.Object
Constructor Details
SqlStoredProcedureGetResultsInner
public SqlStoredProcedureGetResultsInner()
Creates an instance of SqlStoredProcedureGetResultsInner class.
Method Details
fromJson
public static SqlStoredProcedureGetResultsInner fromJson(JsonReader jsonReader)
Reads an instance of SqlStoredProcedureGetResultsInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SqlStoredProcedureGetResultsInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SqlStoredProcedureGetResultsInner.name()Returns:
resource
public SqlStoredProcedureGetPropertiesResource resource()
Get the resource property: The resource property.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SqlStoredProcedureGetResultsInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SqlStoredProcedureGetResultsInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
SqlStoredProcedureGetResultsInner.validate()withLocation
public SqlStoredProcedureGetResultsInner withLocation(String location)
Overrides:
SqlStoredProcedureGetResultsInner.withLocation(String location)Parameters:
withResource
public SqlStoredProcedureGetResultsInner withResource(SqlStoredProcedureGetPropertiesResource resource)
Set the resource property: The resource property.
Parameters:
Returns:
withTags
public SqlStoredProcedureGetResultsInner withTags(Map
Overrides:
SqlStoredProcedureGetResultsInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java