Class MsixPackagePatchProperties

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.fluent.models.MsixPackagePatchProperties

public final class MsixPackagePatchProperties extends Object
MSIX Package properties that can be patched.
  • Constructor Details

    • MsixPackagePatchProperties

      public MsixPackagePatchProperties()
  • Method Details

    • isActive

      public Boolean isActive()
      Get the isActive property: Set a version of the package to be active across hostpool.
      Returns:
      the isActive value.
    • withIsActive

      public MsixPackagePatchProperties withIsActive(Boolean isActive)
      Set the isActive property: Set a version of the package to be active across hostpool.
      Parameters:
      isActive - the isActive value to set.
      Returns:
      the MsixPackagePatchProperties object itself.
    • isRegularRegistration

      public Boolean isRegularRegistration()
      Get the isRegularRegistration property: Set Registration mode. Regular or Delayed.
      Returns:
      the isRegularRegistration value.
    • withIsRegularRegistration

      public MsixPackagePatchProperties withIsRegularRegistration(Boolean isRegularRegistration)
      Set the isRegularRegistration property: Set Registration mode. Regular or Delayed.
      Parameters:
      isRegularRegistration - the isRegularRegistration value to set.
      Returns:
      the MsixPackagePatchProperties object itself.
    • displayName

      public String displayName()
      Get the displayName property: Display name for MSIX Package.
      Returns:
      the displayName value.
    • withDisplayName

      public MsixPackagePatchProperties withDisplayName(String displayName)
      Set the displayName property: Display name for MSIX Package.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the MsixPackagePatchProperties object itself.
    • validate

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