ComputeTypeOperations Class

Definition

public class ComputeTypeOperations : Hyak.Common.IServiceOperations<Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient>, Microsoft.Azure.Management.DataFactories.IComputeTypeOperations
type ComputeTypeOperations = class
    interface IServiceOperations<DataFactoryManagementClient>
    interface IComputeTypeOperations
Public Class ComputeTypeOperations
Implements IComputeTypeOperations, IServiceOperations(Of DataFactoryManagementClient)
Inheritance
ComputeTypeOperations
Implements
Hyak.Common.IServiceOperations<DataFactoryManagementClient> IComputeTypeOperations

Properties

Client

Methods

BeginDeleteAsync(String, String, String, CancellationToken)
CreateOrUpdateAsync(String, String, ComputeTypeCreateOrUpdateParameters, CancellationToken)
CreateOrUpdateWithRawJsonContentAsync(String, String, String, ComputeTypeCreateOrUpdateWithRawJsonContentParameters, CancellationToken)
DeleteAsync(String, String, String, CancellationToken)
GetAsync(String, String, ComputeTypeGetParameters, CancellationToken)
ListAsync(String, String, ComputeTypeListParameters, CancellationToken)
ListNextAsync(String, CancellationToken)

Extension Methods

BeginDelete(IComputeTypeOperations, String, String, String)
BeginDeleteAsync(IComputeTypeOperations, String, String, String)
CreateOrUpdate(IComputeTypeOperations, String, String, ComputeTypeCreateOrUpdateParameters)
CreateOrUpdateAsync(IComputeTypeOperations, String, String, ComputeTypeCreateOrUpdateParameters)
CreateOrUpdateWithRawJsonContent(IComputeTypeOperations, String, String, String, ComputeTypeCreateOrUpdateWithRawJsonContentParameters)
CreateOrUpdateWithRawJsonContentAsync(IComputeTypeOperations, String, String, String, ComputeTypeCreateOrUpdateWithRawJsonContentParameters)
Delete(IComputeTypeOperations, String, String, String)
DeleteAsync(IComputeTypeOperations, String, String, String)
Get(IComputeTypeOperations, String, String, ComputeTypeGetParameters)
GetAsync(IComputeTypeOperations, String, String, ComputeTypeGetParameters)
List(IComputeTypeOperations, String, String, ComputeTypeListParameters)
ListAsync(IComputeTypeOperations, String, String, ComputeTypeListParameters)
ListNext(IComputeTypeOperations, String)
ListNextAsync(IComputeTypeOperations, String)

Applies to