ExpandMsixImage Interface
public interface ExpandMsixImage
An immutable client-side representation of ExpandMsixImage.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Offset |
certificateExpiry()
Gets the certificate |
| abstract String |
certificateName()
Gets the certificate |
| 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
Expand |
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 String |
packageAlias()
Gets the package |
|
abstract
List<Msix |
packageApplications()
Gets the package |
|
abstract
List<Msix |
packageDependencies()
Gets the package |
| abstract String |
packageFamilyName()
Gets the package |
| abstract String |
packageFullName()
Gets the package |
| abstract String |
packageName()
Gets the package |
| abstract String |
packageRelativePath()
Gets the package |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
version()
Gets the version property: Package version found in the appxmanifest. |
Method Details
certificateExpiry
public abstract OffsetDateTime certificateExpiry()
Gets the certificateExpiry property: Date certificate expires, found in the appxmanifest.xml.
Returns:
certificateName
public abstract String certificateName()
Gets the certificateName property: Certificate name found in the appxmanifest.xml.
Returns:
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 ExpandMsixImageInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.ExpandMsixImageInner 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:
packageAlias
public abstract String packageAlias()
Gets the packageAlias property: Alias of MSIX Package.
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:
packageFullName
public abstract String packageFullName()
Gets the packageFullName property: Package Full Name from appxmanifest.xml.
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:
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:
version
public abstract String version()
Gets the version property: Package version found in the appxmanifest.xml.
Returns: