다음을 통해 공유


ServiceRegistryResourceRequests Class

  • java.lang.Object
    • com.azure.resourcemanager.appplatform.models.ServiceRegistryResourceRequests

Implements

public final class ServiceRegistryResourceRequests
implements JsonSerializable<ServiceRegistryResourceRequests>

Resource request payload of Service Registry.

Constructor Summary

Constructor Description
ServiceRegistryResourceRequests()

Creates an instance of ServiceRegistryResourceRequests class.

Method Summary

Modifier and Type Method and Description
String cpu()

Get the cpu property: Cpu allocated to each Service Registry instance.

static ServiceRegistryResourceRequests fromJson(JsonReader jsonReader)

Reads an instance of ServiceRegistryResourceRequests from the JsonReader.

Integer instanceCount()

Get the instanceCount property: Instance count of the Service Registry.

String memory()

Get the memory property: Memory allocated to each Service Registry instance.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ServiceRegistryResourceRequests

public ServiceRegistryResourceRequests()

Creates an instance of ServiceRegistryResourceRequests class.

Method Details

cpu

public String cpu()

Get the cpu property: Cpu allocated to each Service Registry instance.

Returns:

the cpu value.

fromJson

public static ServiceRegistryResourceRequests fromJson(JsonReader jsonReader)

Reads an instance of ServiceRegistryResourceRequests from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ServiceRegistryResourceRequests if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ServiceRegistryResourceRequests.

instanceCount

public Integer instanceCount()

Get the instanceCount property: Instance count of the Service Registry.

Returns:

the instanceCount value.

memory

public String memory()

Get the memory property: Memory allocated to each Service Registry instance.

Returns:

the memory value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to