C# 클래스 Azure.ResourceManager.AppService.HostingEnvironmentWorkerPoolCollection

상속: ArmCollection, IEnumerable, IAsyncEnumerable
파일 보기 프로젝트 열기: AsrOneSdk/azure-sdk-for-net

공개 메소드들

메소드 설명
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>

보호된 메소드들

메소드 설명
HostingEnvironmentWorkerPoolCollection ( ) : System

비공개 메소드들

메소드 설명
HostingEnvironmentWorkerPoolCollection ( ArmResource parent ) : System
IAsyncEnumerable ( CancellationToken cancellationToken ) : IAsyncEnumerator
IEnumerable ( ) : IEnumerator
IEnumerable ( ) : IEnumerator
ValidateResourceId ( ResourceIdentifier id ) : void

메소드 상세

CreateOrUpdate() 공개 메소드

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
리턴 HostingEnvironmentWorkerPoolCreateOrUpdateOperation

CreateOrUpdateAsync() 공개 메소드

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
리턴 Task

Exists() 공개 메소드

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

ExistsAsync() 공개 메소드

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

Get() 공개 메소드

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

GetAll() 공개 메소드

public GetAll ( CancellationToken cancellationToken = default ) : Pageable
cancellationToken CancellationToken
리턴 Pageable

GetAllAsync() 공개 메소드

public GetAllAsync ( CancellationToken cancellationToken = default ) : AsyncPageable
cancellationToken CancellationToken
리턴 AsyncPageable

GetAsync() 공개 메소드

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

GetIfExists() 공개 메소드

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

GetIfExistsAsync() 공개 메소드

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

HostingEnvironmentWorkerPoolCollection() 보호된 메소드

protected HostingEnvironmentWorkerPoolCollection ( ) : System
리턴 System