AppAttachPackageProperties 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 App Attach Package properties.
public class AppAttachPackageProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DesktopVirtualization.Models.AppAttachPackageProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DesktopVirtualization.Models.AppAttachPackageProperties>
type AppAttachPackageProperties = class
interface IJsonModel<AppAttachPackageProperties>
interface IPersistableModel<AppAttachPackageProperties>
Public Class AppAttachPackageProperties
Implements IJsonModel(Of AppAttachPackageProperties), IPersistableModel(Of AppAttachPackageProperties)
- Inheritance
-
AppAttachPackageProperties
- Implements
Constructors
AppAttachPackageProperties() |
Initializes a new instance of AppAttachPackageProperties. |
Properties
FailHealthCheckOnStagingFailure |
Parameter indicating how the health check should behave if this package fails staging. |
HostPoolReferences |
List of Hostpool resource Ids. |
Image |
Detailed properties for App Attach Package. |
KeyVaultUri |
URL path to certificate name located in keyVault. |
ProvisioningState |
The provisioning state of the App Attach Package. |
Explicit Interface Implementations
IJsonModel<AppAttachPackageProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppAttachPackageProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppAttachPackageProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppAttachPackageProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppAttachPackageProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET