InstancePoolsOperations interface
Interfejs reprezentujący operacje InstancePools.
Właściwości
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Tworzy lub aktualizuje pulę instancji. |
| delete | Usuwa pulę wystąpień |
| get | Otrzymuje pulę instancji. |
| list | Otrzymuje listę wszystkich pul instancji w subskrypcji. |
| list |
Otrzymuje listę pul instancji w grupie zasobów |
| update | Aktualizuje pulę instancji. |
Szczegóły właściwości
beginCreateOrUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>
beginCreateOrUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<InstancePool>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => Promise<InstancePool>
beginDelete
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDelete: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<void>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => Promise<void>
beginUpdate
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdate: (resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<InstancePool>, InstancePool>>
beginUpdateAndWait
Ostrzeżenie
Ten interfejs API jest już przestarzały.
use update instead
beginUpdateAndWait: (resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<InstancePool>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => Promise<InstancePool>
createOrUpdate
Tworzy lub aktualizuje pulę instancji.
createOrUpdate: (resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, parameters: InstancePool, options?: InstancePoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>
delete
Usuwa pulę wystąpień
delete: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Otrzymuje pulę instancji.
get: (resourceGroupName: string, instancePoolName: string, options?: InstancePoolsGetOptionalParams) => Promise<InstancePool>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, options?: InstancePoolsGetOptionalParams) => Promise<InstancePool>
list
Otrzymuje listę wszystkich pul instancji w subskrypcji.
list: (options?: InstancePoolsListOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>
Wartość właściwości
(options?: InstancePoolsListOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>
listByResourceGroup
Otrzymuje listę pul instancji w grupie zasobów
listByResourceGroup: (resourceGroupName: string, options?: InstancePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>
Wartość właściwości
(resourceGroupName: string, options?: InstancePoolsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<InstancePool, InstancePool[], PageSettings>
update
Aktualizuje pulę instancji.
update: (resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>
Wartość właściwości
(resourceGroupName: string, instancePoolName: string, parameters: InstancePoolUpdate, options?: InstancePoolsUpdateOptionalParams) => PollerLike<OperationState<InstancePool>, InstancePool>