Interface DiskPoolZoneInfo


public interface DiskPoolZoneInfo
An immutable client-side representation of DiskPoolZoneInfo.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the additionalCapabilities property: List of additional capabilities for Disk Pool.
    Gets the availabilityZones property: Logical zone for Disk Pool resource; example: ["1"].
    Gets the inner com.azure.resourcemanager.storagepool.fluent.models.DiskPoolZoneInfoInner object.
    sku()
    Gets the sku property: Determines the SKU of VM deployed for Disk Pool.
  • Method Details

    • availabilityZones

      List<String> availabilityZones()
      Gets the availabilityZones property: Logical zone for Disk Pool resource; example: ["1"].
      Returns:
      the availabilityZones value.
    • additionalCapabilities

      List<String> additionalCapabilities()
      Gets the additionalCapabilities property: List of additional capabilities for Disk Pool.
      Returns:
      the additionalCapabilities value.
    • sku

      Sku sku()
      Gets the sku property: Determines the SKU of VM deployed for Disk Pool.
      Returns:
      the sku value.
    • innerModel

      DiskPoolZoneInfoInner innerModel()
      Gets the inner com.azure.resourcemanager.storagepool.fluent.models.DiskPoolZoneInfoInner object.
      Returns:
      the inner object.