MsixPackage Interface
public interface MsixPackage
An immutable client-side representation of MsixPackage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
displayName()
Gets the display |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
| abstract String |
imagePath()
Gets the image |
|
abstract
Msix |
innerModel()
Gets the inner com. |
| abstract Boolean |
isActive()
Gets the is |
| abstract Boolean |
isRegularRegistration()
Gets the is |
|
abstract
Offset |
lastUpdated()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
List<Msix |
packageApplications()
Gets the package |
|
abstract
List<Msix |
packageDependencies()
Gets the package |
| abstract String |
packageFamilyName()
Gets the package |
| abstract String |
packageName()
Gets the package |
| abstract String |
packageRelativePath()
Gets the package |
|
abstract
Msix |
refresh()
Refreshes the resource to sync with Azure. |
|
abstract
Msix |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Msix |
| abstract String |
version()
Gets the version property: Package version found in the appxmanifest. |
Method Details
displayName
public abstract String displayName()
Gets the displayName property: User friendly Name to be displayed in the portal.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
imagePath
public abstract String imagePath()
Gets the imagePath property: VHD/CIM image path on Network Share.
Returns:
innerModel
public abstract MsixPackageInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.MsixPackageInner object.
Returns:
isActive
public abstract Boolean isActive()
Gets the isActive property: Make this version of the package the active one across the hostpool.
Returns:
isRegularRegistration
public abstract Boolean isRegularRegistration()
Gets the isRegularRegistration property: Specifies how to register Package in feed.
Returns:
lastUpdated
public abstract OffsetDateTime lastUpdated()
Gets the lastUpdated property: Date Package was last updated, found in the appxmanifest.xml.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
packageApplications
public abstract List<MsixPackageApplications> packageApplications()
Gets the packageApplications property: List of package applications.
Returns:
packageDependencies
public abstract List<MsixPackageDependencies> packageDependencies()
Gets the packageDependencies property: List of package dependencies.
Returns:
packageFamilyName
public abstract String packageFamilyName()
Gets the packageFamilyName property: Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
Returns:
packageName
public abstract String packageName()
Gets the packageName property: Package Name from appxmanifest.xml.
Returns:
packageRelativePath
public abstract String packageRelativePath()
Gets the packageRelativePath property: Relative Path to the package inside the image.
Returns:
refresh
public abstract MsixPackage refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract MsixPackage refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract MsixPackage.Update update()
Begins update for the MsixPackage resource.
Returns:
version
public abstract String version()
Gets the version property: Package version found in the appxmanifest.xml.
Returns: