PatchManagementGroupRequest Class
- java.
lang. Object - com.
azure. resourcemanager. managementgroups. models. PatchManagementGroupRequest
- com.
Implements
public final class PatchManagementGroupRequest
implements JsonSerializable<PatchManagementGroupRequest>
Management group patch parameters.
Constructor Summary
| Constructor | Description |
|---|---|
| PatchManagementGroupRequest() |
Creates an instance of Patch |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayName()
Get the display |
|
static
Patch |
fromJson(JsonReader jsonReader)
Reads an instance of Patch |
| String |
parentGroupId()
Get the parent |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Patch |
withDisplayName(String displayName)
Set the display |
|
Patch |
withParentGroupId(String parentGroupId)
Set the parent |
Methods inherited from java.lang.Object
Constructor Details
PatchManagementGroupRequest
public PatchManagementGroupRequest()
Creates an instance of PatchManagementGroupRequest class.
Method Details
displayName
public String displayName()
Get the displayName property: The friendly name of the management group.
Returns:
fromJson
public static PatchManagementGroupRequest fromJson(JsonReader jsonReader)
Reads an instance of PatchManagementGroupRequest from the JsonReader.
Parameters:
Returns:
Throws:
parentGroupId
public String parentGroupId()
Get the parentGroupId property: (Optional) The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDisplayName
public PatchManagementGroupRequest withDisplayName(String displayName)
Set the displayName property: The friendly name of the management group.
Parameters:
Returns:
withParentGroupId
public PatchManagementGroupRequest withParentGroupId(String parentGroupId)
Set the parentGroupId property: (Optional) The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.
Parameters:
Returns: