ResourceGroupPatchable Class
- java.
lang. Object - com.
microsoft. azure. management. resources. ResourceGroupPatchable
- com.
public class ResourceGroupPatchable
Resource group information.
Constructor Summary
Constructor | Description | |
---|---|---|
ResourceGroupPatchable() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
managedBy()
Get the ID of the resource that manages this resource group. |
java.lang.String |
name()
Get the name of the resource group. |
Resource |
properties()
Get the resource group properties. |
java.util.Map<java.lang.String,java.lang.String> |
tags()
Get the tags attached to the resource group. |
Resource |
withManagedBy(String managedBy)
Set the ID of the resource that manages this resource group. |
Resource |
withName(String name)
Set the name of the resource group. |
Resource |
withProperties(ResourceGroupProperties properties)
Set the resource group properties. |
Resource |
withTags(Map<String,String> tags)
Set the tags attached to the resource group. |
Methods inherited from java.lang.Object
Constructor Details
ResourceGroupPatchable
public ResourceGroupPatchable()
Method Details
managedBy
public String managedBy()
Get the ID of the resource that manages this resource group.
Returns:
name
public String name()
Get the name of the resource group.
Returns:
properties
public ResourceGroupProperties properties()
Get the resource group properties.
Returns:
tags
public Map
Get the tags attached to the resource group.
Returns:
withManagedBy
public ResourceGroupPatchable withManagedBy(String managedBy)
Set the ID of the resource that manages this resource group.
Parameters:
Returns:
withName
public ResourceGroupPatchable withName(String name)
Set the name of the resource group.
Parameters:
Returns:
withProperties
public ResourceGroupPatchable withProperties(ResourceGroupProperties properties)
Set the resource group properties.
Parameters:
Returns:
withTags
public ResourceGroupPatchable withTags(Map
Set the tags attached to the resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java