public class ResourceGroupPatchable extends Object
| Constructor and Description |
|---|
ResourceGroupPatchable() |
| Modifier and Type | Method and Description |
|---|---|
String |
managedBy()
Get the ID of the resource that manages this resource group.
|
String |
name()
Get the name of the resource group.
|
ResourceGroupProperties |
properties()
Get the resource group properties.
|
Map<String,String> |
tags()
Get the tags attached to the resource group.
|
ResourceGroupPatchable |
withManagedBy(String managedBy)
Set the ID of the resource that manages this resource group.
|
ResourceGroupPatchable |
withName(String name)
Set the name of the resource group.
|
ResourceGroupPatchable |
withProperties(ResourceGroupProperties properties)
Set the resource group properties.
|
ResourceGroupPatchable |
withTags(Map<String,String> tags)
Set the tags attached to the resource group.
|
public String name()
public ResourceGroupPatchable withName(String name)
name - the name value to setpublic ResourceGroupProperties properties()
public ResourceGroupPatchable withProperties(ResourceGroupProperties properties)
properties - the properties value to setpublic String managedBy()
public ResourceGroupPatchable withManagedBy(String managedBy)
managedBy - the managedBy value to setpublic Map<String,String> tags()
public ResourceGroupPatchable withTags(Map<String,String> tags)
tags - the tags value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/