ApplicationTypeVersionsOperationsExtensions Class

Definition

Extension methods for ApplicationTypeVersionsOperations.

public static class ApplicationTypeVersionsOperationsExtensions
type ApplicationTypeVersionsOperationsExtensions = class
Public Module ApplicationTypeVersionsOperationsExtensions
Inheritance
ApplicationTypeVersionsOperationsExtensions

Methods

BeginCreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Creates or updates a Service Fabric managed application type version resource.

BeginCreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Creates or updates a Service Fabric managed application type version resource.

BeginDelete(IApplicationTypeVersionsOperations, String, String, String, String)

Deletes a Service Fabric managed application type version resource.

BeginDeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Deletes a Service Fabric managed application type version resource.

CreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Creates or updates a Service Fabric managed application type version resource.

CreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Creates or updates a Service Fabric managed application type version resource.

Delete(IApplicationTypeVersionsOperations, String, String, String, String)

Deletes a Service Fabric managed application type version resource.

DeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Deletes a Service Fabric managed application type version resource.

Get(IApplicationTypeVersionsOperations, String, String, String, String)

Gets a Service Fabric managed application type version resource.

GetAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Gets a Service Fabric managed application type version resource.

ListByApplicationTypes(IApplicationTypeVersionsOperations, String, String, String)

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

ListByApplicationTypesAsync(IApplicationTypeVersionsOperations, String, String, String, CancellationToken)

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

ListByApplicationTypesNext(IApplicationTypeVersionsOperations, String)

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

ListByApplicationTypesNextAsync(IApplicationTypeVersionsOperations, String, CancellationToken)

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

Update(IApplicationTypeVersionsOperations, String, String, String, String, IDictionary<String,String>)

Updates the tags of an application type version resource of a given managed cluster.

UpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, IDictionary<String,String>, CancellationToken)

Updates the tags of an application type version resource of a given managed cluster.

Applies to