ResourceGroupPatchable Class

Definition

Resource group information.

public class ResourceGroupPatchable
Inheritance
java.lang.Object
ResourceGroupPatchable

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

ResourceGroupPatchable()

Methods

managedBy()

Get the ID of the resource that manages this resource group.

name()

Get the name of the resource group.

properties()

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.

withName(String name)

Set the name of the resource group.

withProperties(ResourceGroupProperties properties)

Set the resource group properties.

withTags(Map<String,String> tags)

Set the tags attached to the resource group.

Applies to