Class ResourceSet

java.lang.Object
com.microsoft.azure.management.network.ResourceSet
Direct Known Subclasses:
PrivateLinkServicePropertiesAutoApproval, PrivateLinkServicePropertiesVisibility

public class ResourceSet extends Object
The base resource set for visibility and auto-approval.
  • Constructor Details

    • ResourceSet

      public ResourceSet()
  • Method Details

    • subscriptions

      public List<String> subscriptions()
      Get the list of subscriptions.
      Returns:
      the subscriptions value
    • withSubscriptions

      public ResourceSet withSubscriptions(List<String> subscriptions)
      Set the list of subscriptions.
      Parameters:
      subscriptions - the subscriptions value to set
      Returns:
      the ResourceSet object itself.