IComputeTypeOperations Interface

Definition

public interface IComputeTypeOperations
Derived

Methods

BeginDeleteAsync(String, String, String, CancellationToken)

Delete a ComputeType instance.

CreateOrUpdateAsync(String, String, ComputeTypeCreateOrUpdateParameters, CancellationToken)

Create or update a ComputeType.

CreateOrUpdateWithRawJsonContentAsync(String, String, String, ComputeTypeCreateOrUpdateWithRawJsonContentParameters, CancellationToken)

Create or update a ComputeType.

DeleteAsync(String, String, String, CancellationToken)

Delete a ComputeType instance.

GetAsync(String, String, ComputeTypeGetParameters, CancellationToken)

Gets a ComputeType instance.

ListAsync(String, String, ComputeTypeListParameters, CancellationToken)

Gets a ComputeType instance.

ListNextAsync(String, CancellationToken)

Gets the next page of ComputeType instances with the link to the next page.

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)