Class ApplicationServerVmDetails

java.lang.Object
com.azure.resourcemanager.workloads.models.ApplicationServerVmDetails

public final class ApplicationServerVmDetails extends Object
The Application Server VM Details.
  • Constructor Details

    • ApplicationServerVmDetails

      public ApplicationServerVmDetails()
      Creates an instance of ApplicationServerVmDetails class.
  • Method Details

    • type

      Get the type property: Defines the type of application server VM.
      Returns:
      the type value.
    • virtualMachineId

      public String virtualMachineId()
      Get the virtualMachineId property: The virtualMachineId property.
      Returns:
      the virtualMachineId value.
    • storageDetails

      public List<StorageInformation> storageDetails()
      Get the storageDetails property: Storage details of all the Storage Accounts attached to the App Virtual Machine. For e.g. NFS on AFS Shared Storage.
      Returns:
      the storageDetails value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.