Class LocationGetResultInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.cosmos.models.ArmProxyResource
com.azure.resourcemanager.cosmos.fluent.models.LocationGetResultInner
Cosmos DB location get result.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of LocationGetResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Cosmos DB location metadata.voidvalidate()Validates the instance.withProperties(LocationProperties properties) Set the properties property: Cosmos DB location metadata.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
LocationGetResultInner
public LocationGetResultInner()Creates an instance of LocationGetResultInner class.
-
-
Method Details
-
properties
Get the properties property: Cosmos DB location metadata.- Returns:
- the properties value.
-
withProperties
Set the properties property: Cosmos DB location metadata.- Parameters:
properties- the properties value to set.- Returns:
- the LocationGetResultInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classArmProxyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-