StandbyContainerGroupPoolRuntimeViewsOperations interface

Interface representing a StandbyContainerGroupPoolRuntimeViews operations.

Properties

get

Get a StandbyContainerGroupPoolRuntimeViewResource

listByStandbyPool

List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource

Property Details

get

Get a StandbyContainerGroupPoolRuntimeViewResource

get: (resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams) => Promise<StandbyContainerGroupPoolRuntimeViewResource>

Property Value

(resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams) => Promise<StandbyContainerGroupPoolRuntimeViewResource>

listByStandbyPool

List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource

listByStandbyPool: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResource[], PageSettings>

Property Value

(resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResource[], PageSettings>