AppAttachPackageInfoProperties Class
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.
Schema for Import Package Information properties.
public class AppAttachPackageInfoProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.AppAttachPackageInfoProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.AppAttachPackageInfoProperties>
type AppAttachPackageInfoProperties = class
interface IJsonModel<AppAttachPackageInfoProperties>
interface IPersistableModel<AppAttachPackageInfoProperties>
Public Class AppAttachPackageInfoProperties
Implements IJsonModel(Of AppAttachPackageInfoProperties), IPersistableModel(Of AppAttachPackageInfoProperties)
- Inheritance
-
AppAttachPackageInfoProperties
- Implements
Constructors
AppAttachPackageInfoProperties() |
Initializes a new instance of AppAttachPackageInfoProperties. |
Properties
CertificateExpireOn |
Date certificate expires, found in the appxmanifest.xml. |
CertificateName |
Certificate name found in the appxmanifest.xml. |
DisplayName |
User friendly Name to be displayed in the portal. |
ImagePath |
VHD/CIM image path on Network Share. |
IsActive |
Make this version of the package the active one across the hostpool. |
IsPackageTimestamped |
Is package timestamped so it can ignore the certificate expiry date. |
IsRegularRegistration |
Specifies how to register Package in feed. |
LastUpdatedOn |
Date Package was last updated, found in the appxmanifest.xml. |
PackageAlias |
Alias of App Attach Package. Assigned at import time. |
PackageApplications |
List of package applications. |
PackageDependencies |
List of package dependencies. |
PackageFamilyName |
Package Family Name from appxmanifest.xml. Contains Package Name and Publisher name. |
PackageFullName |
Package Full Name from appxmanifest.xml. |
PackageName |
Package Name from appxmanifest.xml. |
PackageRelativePath |
Relative Path to the package inside the image. |
Version |
Package version found in the appxmanifest.xml. |
Explicit Interface Implementations
IJsonModel<AppAttachPackageInfoProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppAttachPackageInfoProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppAttachPackageInfoProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppAttachPackageInfoProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppAttachPackageInfoProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET