다음을 통해 공유


ScriptExecution 생성자

정의

오버로드

ScriptExecution()

ScriptExecution 클래스의 새 instance 초기화합니다.

ScriptExecution(String, String, String, String, String, IList<ScriptExecutionParameter>, IList<ScriptExecutionParameter>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, IList<String>, IDictionary<String,Object>, IList<String>, IList<String>, IList<String>)

ScriptExecution 클래스의 새 instance 초기화합니다.

ScriptExecution()

ScriptExecution 클래스의 새 instance 초기화합니다.

public ScriptExecution ();
Public Sub New ()

적용 대상

ScriptExecution(String, String, String, String, String, IList<ScriptExecutionParameter>, IList<ScriptExecutionParameter>, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, String, IList<String>, IDictionary<String,Object>, IList<String>, IList<String>, IList<String>)

ScriptExecution 클래스의 새 instance 초기화합니다.

public ScriptExecution (string timeout, string id = default, string name = default, string type = default, string scriptCmdletId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.ScriptExecutionParameter> parameters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.ScriptExecutionParameter> hiddenParameters = default, string failureReason = default, string retention = default, DateTime? submittedAt = default, DateTime? startedAt = default, DateTime? finishedAt = default, string provisioningState = default, System.Collections.Generic.IList<string> output = default, System.Collections.Generic.IDictionary<string,object> namedOutputs = default, System.Collections.Generic.IList<string> information = default, System.Collections.Generic.IList<string> warnings = default, System.Collections.Generic.IList<string> errors = default);
new Microsoft.Azure.Management.Avs.Models.ScriptExecution : string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.ScriptExecutionParameter> * System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.ScriptExecutionParameter> * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.ScriptExecution
Public Sub New (timeout As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional scriptCmdletId As String = Nothing, Optional parameters As IList(Of ScriptExecutionParameter) = Nothing, Optional hiddenParameters As IList(Of ScriptExecutionParameter) = Nothing, Optional failureReason As String = Nothing, Optional retention As String = Nothing, Optional submittedAt As Nullable(Of DateTime) = Nothing, Optional startedAt As Nullable(Of DateTime) = Nothing, Optional finishedAt As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional output As IList(Of String) = Nothing, Optional namedOutputs As IDictionary(Of String, Object) = Nothing, Optional information As IList(Of String) = Nothing, Optional warnings As IList(Of String) = Nothing, Optional errors As IList(Of String) = Nothing)

매개 변수

timeout
String

실행 시간 제한

id
String

리소스 ID입니다.

name
String

리소스 이름입니다.

type
String

리소스 종류.

scriptCmdletId
String

사용자가 AVS 스크립트를 실행하는 경우 스크립트 cmdlet 리소스에 대한 참조

parameters
IList<ScriptExecutionParameter>

스크립트가 수락할 매개 변수

hiddenParameters
IList<ScriptExecutionParameter>

암호 및 자격 증명과 같이 ARM에 숨겨져 있거나 표시되지 않는 매개 변수

failureReason
String

스크립트를 실행할 수 있지만 스크립트 자체에 오류가 있거나 powershell이 예외를 throw한 경우 오류 메시지

retention
String

리소스에 대한 TL(Time to Live)입니다. 제공되지 않은 경우 60일 동안 사용할 수 있습니다.

submittedAt
Nullable<DateTime>

스크립트 실행이 제출된 시간

startedAt
Nullable<DateTime>

스크립트 실행이 시작된 시간

finishedAt
Nullable<DateTime>

스크립트 실행이 완료된 시간

provisioningState
String

스크립트 실행 리소스의 상태입니다. 가능한 값은 'Pending', 'Running', 'Succeeded', 'Failed', 'Canceling', 'Canceled', 'Deleting'입니다.

output
IList<String>

Powershell 실행의 표준 출력 스트림

namedOutputs
IDictionary<String,Object>

사용자 정의 사전.

information
IList<String>

Powershell 실행의 표준 정보 출력 스트림

warnings
IList<String>

Powershell 실행에서 표준 경고 출력 스트림

errors
IList<String>

Powershell 실행의 표준 오류 출력 스트림

적용 대상