C# Class Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolCollection

Inheritance: ArmCollection, IEnumerable, IAsyncEnumerable
Afficher le fichier Open project: AsrOneSdk/azure-sdk-for-net

Méthodes publiques

Méthode 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>

Méthodes protégées

Méthode Description
HostingEnvironmentWorkerPoolCollection ( ) : System

Private Methods

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

Method Details

CreateOrUpdate() public méthode

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
Résultat HostingEnvironmentWorkerPoolCreateOrUpdateOperation

CreateOrUpdateAsync() public méthode

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
Résultat Task

Exists() public méthode

public Exists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
workerPoolName string
cancellationToken CancellationToken
Résultat Response

ExistsAsync() public méthode

public ExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
workerPoolName string
cancellationToken CancellationToken
Résultat Task>

Get() public méthode

public Get ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
workerPoolName string
cancellationToken CancellationToken
Résultat Response

GetAll() public méthode

public GetAll ( CancellationToken cancellationToken = default ) : Pageable
cancellationToken CancellationToken
Résultat Pageable

GetAllAsync() public méthode

public GetAllAsync ( CancellationToken cancellationToken = default ) : AsyncPageable
cancellationToken CancellationToken
Résultat AsyncPageable

GetAsync() public méthode

public GetAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
workerPoolName string
cancellationToken CancellationToken
Résultat Task>

GetIfExists() public méthode

public GetIfExists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response
workerPoolName string
cancellationToken CancellationToken
Résultat Response

GetIfExistsAsync() public méthode

public GetIfExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task>
workerPoolName string
cancellationToken CancellationToken
Résultat Task>

HostingEnvironmentWorkerPoolCollection() protected méthode

protected HostingEnvironmentWorkerPoolCollection ( ) : System
Résultat System