Class CloudServiceRoleProperties
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.CloudServiceRoleProperties
-
public final class CloudServiceRoleProperties extends Object
The CloudServiceRoleProperties model.
-
-
Constructor Summary
Constructors Constructor Description CloudServiceRoleProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringuniqueId()Get the uniqueId property: Specifies the ID which uniquely identifies a cloud service role.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
uniqueId
public String uniqueId()
Get the uniqueId property: Specifies the ID which uniquely identifies a cloud service role.- Returns:
- the uniqueId value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-