Class VirtualClusterUpdate

java.lang.Object
com.microsoft.azure.management.sql.VirtualClusterUpdate

public class VirtualClusterUpdate extends Object
An update request for an Azure SQL Database virtual cluster.
  • Constructor Details

    • VirtualClusterUpdate

      public VirtualClusterUpdate()
  • Method Details

    • subnetId

      public String subnetId()
      Get subnet resource ID for the virtual cluster.
      Returns:
      the subnetId value
    • family

      public String family()
      Get if the service has different generations of hardware, for the same SKU, then that can be captured here.
      Returns:
      the family value
    • withFamily

      public VirtualClusterUpdate withFamily(String family)
      Set if the service has different generations of hardware, for the same SKU, then that can be captured here.
      Parameters:
      family - the family value to set
      Returns:
      the VirtualClusterUpdate object itself.
    • childResources

      public List<String> childResources()
      Get list of resources in this virtual cluster.
      Returns:
      the childResources value
    • tags

      public Map<String,String> tags()
      Get resource tags.
      Returns:
      the tags value
    • withTags

      public VirtualClusterUpdate withTags(Map<String,String> tags)
      Set resource tags.
      Parameters:
      tags - the tags value to set
      Returns:
      the VirtualClusterUpdate object itself.