Interface ExpandMsixImage


public interface ExpandMsixImage
An immutable client-side representation of ExpandMsixImage.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • packageAlias

      String packageAlias()
      Gets the packageAlias property: Alias of MSIX Package.
      Returns:
      the packageAlias value.
    • imagePath

      String imagePath()
      Gets the imagePath property: VHD/CIM image path on Network Share.
      Returns:
      the imagePath value.
    • packageName

      String packageName()
      Gets the packageName property: Package Name from appxmanifest.xml.
      Returns:
      the packageName value.
    • packageFamilyName

      String packageFamilyName()
      Gets the packageFamilyName property: Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
      Returns:
      the packageFamilyName value.
    • packageFullName

      String packageFullName()
      Gets the packageFullName property: Package Full Name from appxmanifest.xml.
      Returns:
      the packageFullName value.
    • displayName

      String displayName()
      Gets the displayName property: User friendly Name to be displayed in the portal.
      Returns:
      the displayName value.
    • packageRelativePath

      String packageRelativePath()
      Gets the packageRelativePath property: Relative Path to the package inside the image.
      Returns:
      the packageRelativePath value.
    • isRegularRegistration

      Boolean isRegularRegistration()
      Gets the isRegularRegistration property: Specifies how to register Package in feed.
      Returns:
      the isRegularRegistration value.
    • isActive

      Boolean isActive()
      Gets the isActive property: Make this version of the package the active one across the hostpool.
      Returns:
      the isActive value.
    • packageDependencies

      List<MsixPackageDependencies> packageDependencies()
      Gets the packageDependencies property: List of package dependencies.
      Returns:
      the packageDependencies value.
    • version

      String version()
      Gets the version property: Package Version found in the appxmanifest.xml.
      Returns:
      the version value.
    • lastUpdated

      OffsetDateTime lastUpdated()
      Gets the lastUpdated property: Date Package was last updated, found in the appxmanifest.xml.
      Returns:
      the lastUpdated value.
    • packageApplications

      List<MsixPackageApplications> packageApplications()
      Gets the packageApplications property: List of package applications.
      Returns:
      the packageApplications value.
    • innerModel

      ExpandMsixImageInner innerModel()
      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.ExpandMsixImageInner object.
      Returns:
      the inner object.