Class Kind

  • All Implemented Interfaces:
    com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter

    public class Kind
    extends Object
    implements com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter
    • Field Detail

      • STORAGE

        public static final Kind STORAGE
      • STORAGE_V2

        public static final Kind STORAGE_V2
      • BLOB_STORAGE

        public static final Kind BLOB_STORAGE
      • BLOCK_BLOB_STORAGE

        public static final Kind BLOCK_BLOB_STORAGE
      • FILE_STORAGE

        public static final Kind FILE_STORAGE
      • PAGE_BLOB_STORAGE

        public static final Kind PAGE_BLOB_STORAGE
      • values

        private static final List<Kind> values
      • name

        private final String name
      • label

        private final String label
    • Method Detail

      • values

        public static List<Kind> values()
      • isExpandedValue

        public boolean isExpandedValue()
        Specified by:
        isExpandedValue in interface com.microsoft.azure.toolkit.lib.common.model.ExpandableParameter