Class ResourceGroupPatchable
java.lang.Object
com.microsoft.azure.management.resources.ResourceGroupPatchable
Resource group information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the ID of the resource that manages this resource group.name()
Get the name of the resource group.Get the resource group properties.tags()
Get the tags attached to the resource group.withManagedBy
(String managedBy) Set the ID of the resource that manages this resource group.Set the name of the resource group.withProperties
(ResourceGroupProperties properties) Set the resource group properties.Set the tags attached to the resource group.
-
Constructor Details
-
ResourceGroupPatchable
public ResourceGroupPatchable()
-
-
Method Details
-
name
Get the name of the resource group.- Returns:
- the name value
-
withName
Set the name of the resource group.- Parameters:
name
- the name value to set- Returns:
- the ResourceGroupPatchable object itself.
-
properties
Get the resource group properties.- Returns:
- the properties value
-
withProperties
Set the resource group properties.- Parameters:
properties
- the properties value to set- Returns:
- the ResourceGroupPatchable object itself.
-
managedBy
Get the ID of the resource that manages this resource group.- Returns:
- the managedBy value
-
withManagedBy
Set the ID of the resource that manages this resource group.- Parameters:
managedBy
- the managedBy value to set- Returns:
- the ResourceGroupPatchable object itself.
-
tags
Get the tags attached to the resource group.- Returns:
- the tags value
-
withTags
Set the tags attached to the resource group.- Parameters:
tags
- the tags value to set- Returns:
- the ResourceGroupPatchable object itself.
-