public class ResourceSet extends Object
| Constructor and Description |
|---|
ResourceSet() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
subscriptions()
Get the list of subscriptions.
|
ResourceSet |
withSubscriptions(List<String> subscriptions)
Set the list of subscriptions.
|
public List<String> subscriptions()
public ResourceSet withSubscriptions(List<String> subscriptions)
subscriptions - the subscriptions 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.
*/