Class RestorableSqlContainerGetResultInner
java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.RestorableSqlContainerGetResultInner
An Azure Cosmos DB SQL container event.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of RestorableSqlContainerGetResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionid()Get the id property: The unique resource Identifier of the ARM resource.name()Get the name property: The name of the ARM resource.resource()Get the resource property: The resource of an Azure Cosmos DB SQL container event.type()Get the type property: The type of Azure resource.voidvalidate()Validates the instance.Set the resource property: The resource of an Azure Cosmos DB SQL container event.
-
Constructor Details
-
RestorableSqlContainerGetResultInner
public RestorableSqlContainerGetResultInner()Creates an instance of RestorableSqlContainerGetResultInner class.
-
-
Method Details
-
id
Get the id property: The unique resource Identifier of the ARM resource.- Returns:
- the id value.
-
name
Get the name property: The name of the ARM resource.- Returns:
- the name value.
-
type
Get the type property: The type of Azure resource.- Returns:
- the type value.
-
resource
Get the resource property: The resource of an Azure Cosmos DB SQL container event.- Returns:
- the resource value.
-
withResource
public RestorableSqlContainerGetResultInner withResource(RestorableSqlContainerPropertiesResource resource) Set the resource property: The resource of an Azure Cosmos DB SQL container event.- Parameters:
resource- the resource value to set.- Returns:
- the RestorableSqlContainerGetResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-