public class ReplicationUpdateParameters extends Object
| Constructor | Description |
|---|---|
ReplicationUpdateParameters() |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,String> |
tags() |
Get the tags for the replication.
|
ReplicationUpdateParameters |
withTags(Map<String,String> tags) |
Set the tags for the replication.
|
public ReplicationUpdateParameters 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.
*/