UnprovisionApplicationTypeDescription 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.
Describes an application type to be unprovisioned by using UnprovisionApplicationAsync(UnprovisionApplicationTypeDescription, TimeSpan, CancellationToken).
public sealed class UnprovisionApplicationTypeDescription
type UnprovisionApplicationTypeDescription = class
Public NotInheritable Class UnprovisionApplicationTypeDescription
- Inheritance
-
UnprovisionApplicationTypeDescription
Constructors
UnprovisionApplicationTypeDescription(String, String) |
Creates an instance of UnprovisionApplicationTypeDescription used to unprovision an application type previously provisioned using ProvisionApplicationAsync(ProvisionApplicationTypeDescriptionBase). |
Properties
ApplicationTypeName |
Gets the application type name to unprovision. |
ApplicationTypeVersion |
Gets the application type version to unprovision. |
Async |
Gets or sets the flag indicating whether unprovisioning should occur asynchronously. |