Share via


ApplicationTypesOperationsExtensions Class

Definition

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 application type name resource.

BeginDeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Deletes a Service Fabric application type name resource.

CreateOrUpdate(IApplicationTypesOperations, String, String, String, ApplicationTypeResource)

Creates or updates a Service Fabric application type name resource.

CreateOrUpdateAsync(IApplicationTypesOperations, String, String, String, ApplicationTypeResource, CancellationToken)

Creates or updates a Service Fabric application type name resource.

Delete(IApplicationTypesOperations, String, String, String)

Deletes a Service Fabric application type name resource.

DeleteAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Deletes a Service Fabric application type name resource.

Get(IApplicationTypesOperations, String, String, String)

Gets a Service Fabric application type name resource.

GetAsync(IApplicationTypesOperations, String, String, String, CancellationToken)

Gets a Service Fabric application type name resource.

List(IApplicationTypesOperations, String, String)

Gets the list of application type name resources created in the specified Service Fabric cluster resource.

ListAsync(IApplicationTypesOperations, String, String, CancellationToken)

Gets the list of application type name resources created in the specified Service Fabric cluster resource.

Applies to