Class ContainerType


  • public final class ContainerType
    extends com.azure.core.util.ExpandableStringEnum<ContainerType>
    Defines values for ContainerType.
    • Field Detail

      • INVALID

        public static final ContainerType INVALID
        Static value Invalid for ContainerType.
      • UNKNOWN

        public static final ContainerType UNKNOWN
        Static value Unknown for ContainerType.
      • IAAS_VMCONTAINER

        public static final ContainerType IAAS_VMCONTAINER
        Static value IaasVMContainer for ContainerType.
      • IAAS_VMSERVICE_CONTAINER

        public static final ContainerType IAAS_VMSERVICE_CONTAINER
        Static value IaasVMServiceContainer for ContainerType.
      • DPMCONTAINER

        public static final ContainerType DPMCONTAINER
        Static value DPMContainer for ContainerType.
      • AZURE_BACKUP_SERVER_CONTAINER

        public static final ContainerType AZURE_BACKUP_SERVER_CONTAINER
        Static value AzureBackupServerContainer for ContainerType.
      • MABCONTAINER

        public static final ContainerType MABCONTAINER
        Static value MABContainer for ContainerType.
      • CLUSTER

        public static final ContainerType CLUSTER
        Static value Cluster for ContainerType.
      • AZURE_SQL_CONTAINER

        public static final ContainerType AZURE_SQL_CONTAINER
        Static value AzureSqlContainer for ContainerType.
      • WINDOWS

        public static final ContainerType WINDOWS
        Static value Windows for ContainerType.
      • VCENTER

        public static final ContainerType VCENTER
        Static value VCenter for ContainerType.
      • VMAPP_CONTAINER

        public static final ContainerType VMAPP_CONTAINER
        Static value VMAppContainer for ContainerType.
      • SQLAGWORK_LOAD_CONTAINER

        public static final ContainerType SQLAGWORK_LOAD_CONTAINER
        Static value SQLAGWorkLoadContainer for ContainerType.
      • STORAGE_CONTAINER

        public static final ContainerType STORAGE_CONTAINER
        Static value StorageContainer for ContainerType.
      • GENERIC_CONTAINER

        public static final ContainerType GENERIC_CONTAINER
        Static value GenericContainer for ContainerType.
      • MICROSOFT_CLASSIC_COMPUTE_VIRTUAL_MACHINES

        public static final ContainerType MICROSOFT_CLASSIC_COMPUTE_VIRTUAL_MACHINES
        Static value Microsoft.ClassicCompute/virtualMachines for ContainerType.
      • MICROSOFT_COMPUTE_VIRTUAL_MACHINES

        public static final ContainerType MICROSOFT_COMPUTE_VIRTUAL_MACHINES
        Static value Microsoft.Compute/virtualMachines for ContainerType.
      • AZURE_WORKLOAD_CONTAINER

        public static final ContainerType AZURE_WORKLOAD_CONTAINER
        Static value AzureWorkloadContainer for ContainerType.
    • Constructor Detail

      • ContainerType

        public ContainerType()
    • Method Detail

      • fromString

        public static ContainerType fromString​(String name)
        Creates or finds a ContainerType from its string representation.
        Parameters:
        name - a name to look for.
        Returns:
        the corresponding ContainerType.
      • values

        public static Collection<ContainerType> values()
        Gets known ContainerType values.
        Returns:
        known ContainerType values.