public class ResourceUpdate extends Object
| Constructor and Description |
|---|
ResourceUpdate() |
| Modifier and Type | Method and Description |
|---|---|
DiskSku |
sku()
Get the sku value.
|
Map<String,String> |
tags()
Get the tags value.
|
ResourceUpdate |
withSku(DiskSku sku)
Set the sku value.
|
ResourceUpdate |
withTags(Map<String,String> tags)
Set the tags value.
|
public ResourceUpdate withTags(Map<String,String> tags)
tags - the tags value to setpublic DiskSku sku()
public ResourceUpdate withSku(DiskSku sku)
sku - the sku 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.
*/