UpdateDomainInner Class
- java.
lang. Object - com.
azure. resourcemanager. compute. fluent. models. UpdateDomainInner
- com.
Implements
public final class UpdateDomainInner
implements JsonSerializable<UpdateDomainInner>
Defines an update domain for the cloud service.
Constructor Summary
Constructor | Description |
---|---|
UpdateDomainInner() |
Creates an instance of Update |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
String |
id()
Get the id property: Resource Id. |
String |
name()
Get the name property: Resource Name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UpdateDomainInner
public UpdateDomainInner()
Creates an instance of UpdateDomainInner class.
Method Details
fromJson
public static UpdateDomainInner fromJson(JsonReader jsonReader)
Reads an instance of UpdateDomainInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Returns:
name
public String name()
Get the name property: Resource Name.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java