Class ResourceSet
java.lang.Object
com.microsoft.azure.management.network.ResourceSet
- Direct Known Subclasses:
PrivateLinkServicePropertiesAutoApproval
,PrivateLinkServicePropertiesVisibility
The base resource set for visibility and auto-approval.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of subscriptions.withSubscriptions
(List<String> subscriptions) Set the list of subscriptions.
-
Constructor Details
-
ResourceSet
public ResourceSet()
-
-
Method Details
-
subscriptions
Get the list of subscriptions.- Returns:
- the subscriptions value
-
withSubscriptions
Set the list of subscriptions.- Parameters:
subscriptions
- the subscriptions value to set- Returns:
- the ResourceSet object itself.
-