ApplicationTypesOperationsExtensions 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.
Extension methods for ApplicationTypesOperations.
public static class ApplicationTypesOperationsExtensions
type ApplicationTypesOperationsExtensions = class
Public Module ApplicationTypesOperationsExtensions
- Inheritance
-
ApplicationTypesOperationsExtensions
Methods
BeginDelete(IApplicationTypesOperations, String, String, String) |
Deletes a Service Fabric managed application type name resource. |
BeginDeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken) |
Deletes a Service Fabric managed application type name resource. |
CreateOrUpdate(IApplicationTypesOperations, String, String, String, ApplicationTypeResource) |
Creates or updates a Service Fabric managed application type name resource. |
CreateOrUpdateAsync(IApplicationTypesOperations, String, String, String, ApplicationTypeResource, CancellationToken) |
Creates or updates a Service Fabric managed application type name resource. |
Delete(IApplicationTypesOperations, String, String, String) |
Deletes a Service Fabric managed application type name resource. |
DeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken) |
Deletes a Service Fabric managed application type name resource. |
Get(IApplicationTypesOperations, String, String, String) |
Gets a Service Fabric managed application type name resource. |
GetAsync(IApplicationTypesOperations, String, String, String, CancellationToken) |
Gets a Service Fabric managed application type name resource. |
List(IApplicationTypesOperations, String, String) |
Gets the list of application type name resources created in the specified Service Fabric managed cluster resource. |
ListAsync(IApplicationTypesOperations, String, String, CancellationToken) |
Gets the list of application type name resources created in the specified Service Fabric managed cluster resource. |
ListNext(IApplicationTypesOperations, String) |
Gets the list of application type name resources created in the specified Service Fabric managed cluster resource. |
ListNextAsync(IApplicationTypesOperations, String, CancellationToken) |
Gets the list of application type name resources created in the specified Service Fabric managed cluster resource. |
Update(IApplicationTypesOperations, String, String, String, IDictionary<String,String>) |
Updates the tags of an application type resource of a given managed cluster. |
UpdateAsync(IApplicationTypesOperations, String, String, String, IDictionary<String,String>, CancellationToken) |
Updates the tags of an application type resource of a given managed cluster. |
Applies to
Azure SDK for .NET