Class GraphApiComputeRegionalServiceResource
java.lang.Object
com.azure.resourcemanager.cosmos.models.RegionalServiceResource
com.azure.resourcemanager.cosmos.models.GraphApiComputeRegionalServiceResource
Resource for a regional service location.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of GraphApiComputeRegionalServiceResource class. -
Method Summary
Modifier and TypeMethodDescriptionGet the graphApiComputeEndpoint property: The regional endpoint for GraphAPICompute.voidvalidate()Validates the instance.Methods inherited from class com.azure.resourcemanager.cosmos.models.RegionalServiceResource
location, name, status
-
Constructor Details
-
GraphApiComputeRegionalServiceResource
public GraphApiComputeRegionalServiceResource()Creates an instance of GraphApiComputeRegionalServiceResource class.
-
-
Method Details
-
graphApiComputeEndpoint
Get the graphApiComputeEndpoint property: The regional endpoint for GraphAPICompute.- Returns:
- the graphApiComputeEndpoint value.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classRegionalServiceResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-