PublishingOperationsExtensions 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.
RmoteApp management client
public static class PublishingOperationsExtensions
type PublishingOperationsExtensions = class
Public Module PublishingOperationsExtensions
- Inheritance
-
PublishingOperationsExtensions
Methods
Get(IPublishingOperations, String, String) |
Gets the details of a published application with given alias (short unique name) from the collection. |
GetAsync(IPublishingOperations, String, String) |
Gets the details of a published application with given alias (short unique name) from the collection. |
List(IPublishingOperations, String) |
Gets the list of details for all published applications from the collection. |
ListAsync(IPublishingOperations, String) |
Gets the list of details for all published applications from the collection. |
ModifyApplication(IPublishingOperations, String, String, ApplicationDetailsParameter) |
Sets a published application matching the given alias (short unique name) in the collection. |
ModifyApplicationAsync(IPublishingOperations, String, String, ApplicationDetailsParameter) |
Sets a published application matching the given alias (short unique name) in the collection. |
PublishApplications(IPublishingOperations, String, ApplicationDetailsListParameter) |
Publishes remote applications with given application details in the collection. |
PublishApplicationsAsync(IPublishingOperations, String, ApplicationDetailsListParameter) |
Publishes remote applications with given application details in the collection. |
StartMenuApplication(IPublishingOperations, String, String) |
Gets a start menu application details for the given id from the collection. |
StartMenuApplicationAsync(IPublishingOperations, String, String) |
Gets a start menu application details for the given id from the collection. |
StartMenuApplicationList(IPublishingOperations, String) |
Gets the list of all start menu applications from the collection. |
StartMenuApplicationListAsync(IPublishingOperations, String) |
Gets the list of all start menu applications from the collection. |
Unpublish(IPublishingOperations, String, AliasesListParameter) |
Unpublishes published applications matching the given list of application aliases (short unique names) from the collection. |
UnpublishAll(IPublishingOperations, String) |
Unpublishes all published applications from the collection. |
UnpublishAllAsync(IPublishingOperations, String) |
Unpublishes all published applications from the collection. |
UnpublishAsync(IPublishingOperations, String, AliasesListParameter) |
Unpublishes published applications matching the given list of application aliases (short unique names) from the collection. |
Applies to
Azure SDK for .NET