public class Resource extends ProxyResource
| Constructor and Description |
|---|
Resource() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getTags()
Get the tags value.
|
String |
location()
Get the location value.
|
Resource |
withLocation(String location)
Set the location value.
|
Resource |
withTags(Map<String,String> tags)
Set the tags value.
|
id, name, type/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/