CloudServiceRoleProperties Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. CloudServiceRoleProperties
- com.
Implements
public final class CloudServiceRoleProperties
implements JsonSerializable<CloudServiceRoleProperties>
The cloud service role properties.
Constructor Summary
Constructor | Description |
---|---|
CloudServiceRoleProperties() |
Creates an instance of Cloud |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Cloud |
fromJson(JsonReader jsonReader)
Reads an instance of Cloud |
Json |
toJson(JsonWriter jsonWriter) |
String |
uniqueId()
Get the unique |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
CloudServiceRoleProperties
public CloudServiceRoleProperties()
Creates an instance of CloudServiceRoleProperties class.
Method Details
fromJson
public static CloudServiceRoleProperties fromJson(JsonReader jsonReader)
Reads an instance of CloudServiceRoleProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
uniqueId
public String uniqueId()
Get the uniqueId property: Specifies the ID which uniquely identifies a cloud service role.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java