Class ServiceRegistryProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ServiceRegistryProperties
Service Registry properties payload.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ServiceRegistryProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the instances property: Collection of instances belong to Service Registry.Get the provisioningState property: State of the Service Registry.Get the resourceRequests property: The requested resource quantity for required CPU and Memory.voidvalidate()Validates the instance.
-
Constructor Details
-
ServiceRegistryProperties
public ServiceRegistryProperties()Creates an instance of ServiceRegistryProperties class.
-
-
Method Details
-
provisioningState
Get the provisioningState property: State of the Service Registry.- Returns:
- the provisioningState value.
-
resourceRequests
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.- Returns:
- the resourceRequests value.
-
instances
Get the instances property: Collection of instances belong to Service Registry.- Returns:
- the instances value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-