IPublishingOperations.UnpublishAsync 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.
Unpublishes published applications matching the given list of application aliases (short unique names) from the collection.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UnpublishApplicationsResult> UnpublishAsync (string collectionName, Microsoft.WindowsAzure.Management.RemoteApp.Models.AliasesListParameter aliasesList, System.Threading.CancellationToken cancellationToken);
abstract member UnpublishAsync : string * Microsoft.WindowsAzure.Management.RemoteApp.Models.AliasesListParameter * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UnpublishApplicationsResult>
Public Function UnpublishAsync (collectionName As String, aliasesList As AliasesListParameter, cancellationToken As CancellationToken) As Task(Of UnpublishApplicationsResult)
Parameters
- collectionName
- String
Collection Name
- aliasesList
- AliasesListParameter
List of application aliases to be unpublished
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Definition for result of UnpublishApplications operation.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET