UnprovisionApplicationTypeDescription(String, String) Constructor
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.
Creates an instance of UnprovisionApplicationTypeDescription used to unprovision an application type previously provisioned using ProvisionApplicationAsync(ProvisionApplicationTypeDescriptionBase).
public UnprovisionApplicationTypeDescription (string applicationTypeName, string applicationTypeVersion);
new System.Fabric.Description.UnprovisionApplicationTypeDescription : string * string -> System.Fabric.Description.UnprovisionApplicationTypeDescription
Public Sub New (applicationTypeName As String, applicationTypeVersion As String)
Parameters
- applicationTypeName
- String
The application type name to unprovision
- applicationTypeVersion
- String
The application type version to unprovision
Remarks
The application type version and name are defined in the application manifest. They can be obtained using GetApplicationTypePagedListAsync().
Applies to
Azure SDK for .NET