ServiceRegistryProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ServiceRegistryProperties
- com.
Implements
public final class ServiceRegistryProperties
implements JsonSerializable<ServiceRegistryProperties>
Service Registry properties payload.
Constructor Summary
Constructor | Description |
---|---|
ServiceRegistryProperties() |
Creates an instance of Service |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Service |
fromJson(JsonReader jsonReader)
Reads an instance of Service |
List<Service |
instances()
Get the instances property: Collection of instances belong to Service Registry. |
Service |
provisioningState()
Get the provisioning |
Service |
resourceRequests()
Get the resource |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ServiceRegistryProperties
public ServiceRegistryProperties()
Creates an instance of ServiceRegistryProperties class.
Method Details
fromJson
public static ServiceRegistryProperties fromJson(JsonReader jsonReader)
Reads an instance of ServiceRegistryProperties from the JsonReader.
Parameters:
Returns:
Throws:
instances
public List
Get the instances property: Collection of instances belong to Service Registry.
Returns:
provisioningState
public ServiceRegistryProvisioningState provisioningState()
Get the provisioningState property: State of the Service Registry.
Returns:
resourceRequests
public ServiceRegistryResourceRequests resourceRequests()
Get the resourceRequests property: The requested resource quantity for required CPU and Memory.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java