Class UpdateDomainInner
- java.lang.Object
-
- com.azure.resourcemanager.compute.fluent.models.UpdateDomainInner
-
public final class UpdateDomainInner extends Object
Defines an update domain for the cloud service.
-
-
Constructor Summary
Constructors Constructor Description UpdateDomainInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Resource Id.Stringname()Get the name property: Resource Name.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource Id.- Returns:
- the id value.
-
name
public String name()
Get the name property: Resource Name.- Returns:
- the name value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-