메소드 | 설명 | |
---|---|---|
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 |
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 |
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 |
public Exists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response |
||
workerPoolName | string | |
cancellationToken | CancellationToken | |
리턴 | Response |
public ExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task |
||
workerPoolName | string | |
cancellationToken | CancellationToken | |
리턴 | Task |
public Get ( string workerPoolName, CancellationToken cancellationToken = default ) : Response |
||
workerPoolName | string | |
cancellationToken | CancellationToken | |
리턴 | Response |
public GetAll ( CancellationToken cancellationToken = default ) : Pageable |
||
cancellationToken | CancellationToken | |
리턴 | Pageable |
public GetAllAsync ( CancellationToken cancellationToken = default ) : AsyncPageable |
||
cancellationToken | CancellationToken | |
리턴 | AsyncPageable |
public GetAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task |
||
workerPoolName | string | |
cancellationToken | CancellationToken | |
리턴 | Task |
public GetIfExists ( string workerPoolName, CancellationToken cancellationToken = default ) : Response |
||
workerPoolName | string | |
cancellationToken | CancellationToken | |
리턴 | Response |
public GetIfExistsAsync ( string workerPoolName, CancellationToken cancellationToken = default ) : Task |
||
workerPoolName | string | |
cancellationToken | CancellationToken | |
리턴 | Task |
protected HostingEnvironmentWorkerPoolCollection ( ) : System | ||
리턴 | System |