C# Class Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolCollection

Inheritance: ArmCollection, IEnumerable, IAsyncEnumerable
Datei anzeigen Open project: AsrOneSdk/azure-sdk-for-net

Public Methods

Method Description
CreateOrUpdate ( bool waitForCompletion, string workerPoolName, Azure.ResourceManager.AppService.WorkerPoolResourceData workerPoolEnvelope, CancellationToken cancellationToken = default ) : HostingEnvironmentWorkerPoolCreateOrUpdateOperation
CreateOrUpdateAsync ( bool waitForCompletion, string workerPoolName, Azure.ResourceManager.AppService.WorkerPoolResourceData workerPoolEnvelope, CancellationToken cancellationToken = default ) : Task
Exists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
ExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
Get ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
GetAll ( CancellationToken cancellationToken = default ) : Pageable
GetAllAsync ( CancellationToken cancellationToken = default ) : AsyncPageable
GetAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
GetIfExists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
GetIfExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>

Protected Methods

Method Description
HostingEnvironmentWorkerPoolCollection ( ) : System

Private Methods

Method Description
HostingEnvironmentWorkerPoolCollection ( ArmResource parent ) : System
IAsyncEnumerable ( CancellationToken cancellationToken ) : IAsyncEnumerator
IEnumerable ( ) : IEnumerator
IEnumerable ( ) : IEnumerator
ValidateResourceId ( ResourceIdentifier id ) : void

Method Details

CreateOrUpdate() public method

public CreateOrUpdate ( bool waitForCompletion, string workerPoolName, Azure.ResourceManager.AppService.WorkerPoolResourceData workerPoolEnvelope, CancellationToken cancellationToken = default ) : HostingEnvironmentWorkerPoolCreateOrUpdateOperation
waitForCompletion bool
workerPoolName string
workerPoolEnvelope Azure.ResourceManager.AppService.WorkerPoolResourceData
cancellationToken CancellationToken
return HostingEnvironmentWorkerPoolCreateOrUpdateOperation

CreateOrUpdateAsync() public method

public CreateOrUpdateAsync ( bool waitForCompletion, string workerPoolName, Azure.ResourceManager.AppService.WorkerPoolResourceData workerPoolEnvelope, CancellationToken cancellationToken = default ) : Task
waitForCompletion bool
workerPoolName string
workerPoolEnvelope Azure.ResourceManager.AppService.WorkerPoolResourceData
cancellationToken CancellationToken
return Task

Exists() public method

public Exists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
workerPoolName string
cancellationToken CancellationToken
return Response

ExistsAsync() public method

public ExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
workerPoolName string
cancellationToken CancellationToken
return Task>

Get() public method

public Get ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
workerPoolName string
cancellationToken CancellationToken
return Response

GetAll() public method

public GetAll ( CancellationToken cancellationToken = default ) : Pageable
cancellationToken CancellationToken
return Pageable

GetAllAsync() public method

public GetAllAsync ( CancellationToken cancellationToken = default ) : AsyncPageable
cancellationToken CancellationToken
return AsyncPageable

GetAsync() public method

public GetAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
workerPoolName string
cancellationToken CancellationToken
return Task>

GetIfExists() public method

public GetIfExists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
workerPoolName string
cancellationToken CancellationToken
return Response

GetIfExistsAsync() public method

public GetIfExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
workerPoolName string
cancellationToken CancellationToken
return Task>

HostingEnvironmentWorkerPoolCollection() protected method

protected HostingEnvironmentWorkerPoolCollection ( ) : System
return System