StandbyContainerGroupPoolRuntimeViewsOperations interface
Interfaz que representa las operaciones StandbyContainerGroupPoolRuntimeViews.
Propiedades
get | Obtener un objeto StandbyContainerGroupPoolRuntimeViewResource |
list |
Enumerar los recursos StandbyContainerGroupPoolRuntimeViewResource por StandbyContainerGroupPoolResource |
Detalles de las propiedades
get
Obtener un objeto StandbyContainerGroupPoolRuntimeViewResource
get: (resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams) => Promise<StandbyContainerGroupPoolRuntimeViewResource>
Valor de propiedad
(resourceGroupName: string, standbyContainerGroupPoolName: string, runtimeView: string, options?: StandbyContainerGroupPoolRuntimeViewsGetOptionalParams) => Promise<StandbyContainerGroupPoolRuntimeViewResource>
listByStandbyPool
Enumerar los recursos StandbyContainerGroupPoolRuntimeViewResource por StandbyContainerGroupPoolResource
listByStandbyPool: (resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResource[], PageSettings>
Valor de propiedad
(resourceGroupName: string, standbyContainerGroupPoolName: string, options?: StandbyContainerGroupPoolRuntimeViewsListByStandbyPoolOptionalParams) => PagedAsyncIterableIterator<StandbyContainerGroupPoolRuntimeViewResource, StandbyContainerGroupPoolRuntimeViewResource[], PageSettings>