ArmDesktopVirtualizationModelFactory.ExpandMsixImage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ExpandMsixImage.
public static Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage ExpandMsixImage (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string packageAlias = default, string imagePath = default, string packageName = default, string packageFamilyName = default, string packageFullName = default, string displayName = default, string packageRelativePath = default, bool? isRegularRegistration = default, bool? isActive = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DesktopVirtualization.Models.MsixPackageDependencies> packageDependencies = default, string version = default, DateTimeOffset? lastUpdatedOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DesktopVirtualization.Models.MsixPackageApplications> packageApplications = default, string certificateName = default, DateTimeOffset? certificateExpiry = default);
static member ExpandMsixImage : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * string * string * string * Nullable<bool> * Nullable<bool> * seq<Azure.ResourceManager.DesktopVirtualization.Models.MsixPackageDependencies> * string * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.DesktopVirtualization.Models.MsixPackageApplications> * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.DesktopVirtualization.Models.ExpandMsixImage
Public Shared Function ExpandMsixImage (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional packageAlias As String = Nothing, Optional imagePath As String = Nothing, Optional packageName As String = Nothing, Optional packageFamilyName As String = Nothing, Optional packageFullName As String = Nothing, Optional displayName As String = Nothing, Optional packageRelativePath As String = Nothing, Optional isRegularRegistration As Nullable(Of Boolean) = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional packageDependencies As IEnumerable(Of MsixPackageDependencies) = Nothing, Optional version As String = Nothing, Optional lastUpdatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional packageApplications As IEnumerable(Of MsixPackageApplications) = Nothing, Optional certificateName As String = Nothing, Optional certificateExpiry As Nullable(Of DateTimeOffset) = Nothing) As ExpandMsixImage
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- packageAlias
- String
Alias of MSIX Package.
- imagePath
- String
VHD/CIM image path on Network Share.
- packageName
- String
Package Name from appxmanifest.xml.
- packageFamilyName
- String
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name.
- packageFullName
- String
Package Full Name from appxmanifest.xml.
- displayName
- String
User friendly Name to be displayed in the portal.
- packageRelativePath
- String
Relative Path to the package inside the image.
- packageDependencies
- IEnumerable<MsixPackageDependencies>
List of package dependencies.
- version
- String
Package version found in the appxmanifest.xml.
- lastUpdatedOn
- Nullable<DateTimeOffset>
Date Package was last updated, found in the appxmanifest.xml.
- packageApplications
- IEnumerable<MsixPackageApplications>
List of package applications.
- certificateName
- String
Certificate name found in the appxmanifest.xml.
- certificateExpiry
- Nullable<DateTimeOffset>
Date certificate expires, found in the appxmanifest.xml.
Returns
A new ExpandMsixImage instance for mocking.
Applies to
Azure SDK for .NET