Share via


ManagedDevOpsPools Class

Definition

Low-level API implementation for the Managed DevOps Pools service.

public class ManagedDevOpsPools
type ManagedDevOpsPools = class
Public Class ManagedDevOpsPools
Inheritance
ManagedDevOpsPools

Constructors

Name Description
ManagedDevOpsPools()

Methods

Name Description
OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the operations for the provider

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the operations for the provider

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
PoolsCreateOrUpdate(String, String, String, IPool, Func<HttpResponseMessage, Task<IPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a Pool

PoolsCreateOrUpdateViaIdentity(String, IPool, Func<HttpResponseMessage, Task<IPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a Pool

PoolsCreateOrUpdateViaIdentityWithResult(String, IPool, IEventListener, ISendAsync, SerializationMode)
PoolsCreateOrUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<IPool>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a Pool

PoolsCreateOrUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
PoolsCreateOrUpdateWithResult(String, String, String, IPool, IEventListener, ISendAsync, SerializationMode)
PoolsDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Delete a Pool

PoolsDeleteViaIdentity(String, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Delete a Pool

PoolsGet(String, String, String, Func<HttpResponseMessage,Task<IPool>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get a Pool

PoolsGetViaIdentity(String, Func<HttpResponseMessage,Task<IPool>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Get a Pool

PoolsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
PoolsGetWithResult(String, String, String, IEventListener, ISendAsync)
PoolsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IPoolListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List Pool resources by resource group

PoolsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IPoolListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List Pool resources by resource group

PoolsListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
PoolsListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
PoolsListBySubscription(String, Func<HttpResponseMessage,Task<IPoolListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List Pool resources by subscription ID

PoolsListBySubscriptionViaIdentity(String, Func<HttpResponseMessage, Task<IPoolListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

List Pool resources by subscription ID

PoolsListBySubscriptionViaIdentityWithResult(String, IEventListener, ISendAsync)
PoolsListBySubscriptionWithResult(String, IEventListener, ISendAsync)
PoolsUpdate(String, String, String, IPoolUpdate, Func<HttpResponseMessage, Task<IPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update a Pool

PoolsUpdateViaIdentity(String, IPoolUpdate, Func<HttpResponseMessage, Task<IPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Update a Pool

PoolsUpdateViaIdentityWithResult(String, IPoolUpdate, IEventListener, ISendAsync, SerializationMode)
PoolsUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage, Task<IPool>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Update a Pool

PoolsUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
PoolsUpdateWithResult(String, String, String, IPoolUpdate, IEventListener, ISendAsync, SerializationMode)
ResourceDetailsListByPool(String, String, String, Func<HttpResponseMessage, Task<IResourceDetailsObjectListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List ResourceDetailsObject resources by Pool

ResourceDetailsListByPoolViaIdentity(String, Func<HttpResponseMessage, Task<IResourceDetailsObjectListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List ResourceDetailsObject resources by Pool

ResourceDetailsListByPoolViaIdentityWithResult(String, IEventListener, ISendAsync)
ResourceDetailsListByPoolWithResult(String, String, String, IEventListener, ISendAsync)
SkuListByLocation(String, String, Func<HttpResponseMessage,Task<IResourceSkuListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List ResourceSku resources by subscription ID

SkuListByLocationViaIdentity(String, Func<HttpResponseMessage, Task<IResourceSkuListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List ResourceSku resources by subscription ID

SkuListByLocationViaIdentityWithResult(String, IEventListener, ISendAsync)
SkuListByLocationWithResult(String, String, IEventListener, ISendAsync)

Applies to