다음을 통해 공유


VirtualMachineRunCommandScriptSource 클래스

실행 명령에 대한 스크립트 원본을 설명합니다.

상속
azure.mgmt.compute._serialization.Model
VirtualMachineRunCommandScriptSource

생성자

VirtualMachineRunCommandScriptSource(*, script: str | None = None, script_uri: str | None = None, command_id: str | None = None, **kwargs: Any)

키워드 전용 매개 변수

Name Description
script
str

VM에서 실행할 스크립트 콘텐츠를 지정합니다.

script_uri
str

스크립트 다운로드 위치를 지정합니다.

command_id
str

미리 정의된 기본 제공 스크립트의 commandId를 지정합니다.

변수

Name Description
script
str

VM에서 실행할 스크립트 콘텐츠를 지정합니다.

script_uri
str

스크립트 다운로드 위치를 지정합니다.

command_id
str

미리 정의된 기본 제공 스크립트의 commandId를 지정합니다.