ContainersOperations interface
컨테이너 작업을 나타내는 인터페이스.
속성
| attach | 지정된 리소스 그룹 및 컨테이너 그룹에서 특정 컨테이너 인스턴스의 출력 스트림에 연결합니다. |
| execute |
지정된 리소스 그룹 및 컨테이너 그룹의 특정 컨테이너 인스턴스에 대한 명령을 실행합니다. |
| list |
지정된 리소스 그룹 및 컨테이너 그룹에서 지정된 컨테이너 인스턴스에 대한 로그를 가져옵니다. |
속성 세부 정보
attach
지정된 리소스 그룹 및 컨테이너 그룹에서 특정 컨테이너 인스턴스의 출력 스트림에 연결합니다.
attach: (resourceGroupName: string, containerGroupName: string, containerName: string, options?: ContainersAttachOptionalParams) => Promise<ContainerAttachResponse>
속성 값
(resourceGroupName: string, containerGroupName: string, containerName: string, options?: ContainersAttachOptionalParams) => Promise<ContainerAttachResponse>
executeCommand
지정된 리소스 그룹 및 컨테이너 그룹의 특정 컨테이너 인스턴스에 대한 명령을 실행합니다.
executeCommand: (resourceGroupName: string, containerGroupName: string, containerName: string, containerExecRequest: ContainerExecRequest, options?: ContainersExecuteCommandOptionalParams) => Promise<ContainerExecResponse>
속성 값
(resourceGroupName: string, containerGroupName: string, containerName: string, containerExecRequest: ContainerExecRequest, options?: ContainersExecuteCommandOptionalParams) => Promise<ContainerExecResponse>
listLogs
지정된 리소스 그룹 및 컨테이너 그룹에서 지정된 컨테이너 인스턴스에 대한 로그를 가져옵니다.
listLogs: (resourceGroupName: string, containerGroupName: string, containerName: string, options?: ContainersListLogsOptionalParams) => Promise<Logs>
속성 값
(resourceGroupName: string, containerGroupName: string, containerName: string, options?: ContainersListLogsOptionalParams) => Promise<Logs>