Partilhar via


ArmAvsModelFactory.ScriptCmdletData Método

Definição

Inicializa uma nova instância de ScriptCmdletData.

public static Azure.ResourceManager.Avs.ScriptCmdletData ScriptCmdletData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, TimeSpan? timeout = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Avs.Models.ScriptParameter> parameters = default);
static member ScriptCmdletData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<TimeSpan> * seq<Azure.ResourceManager.Avs.Models.ScriptParameter> -> Azure.ResourceManager.Avs.ScriptCmdletData
Public Shared Function ScriptCmdletData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional timeout As Nullable(Of TimeSpan) = Nothing, Optional parameters As IEnumerable(Of ScriptParameter) = Nothing) As ScriptCmdletData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

description
String

Descrição da funcionalidade de scripts.

timeout
Nullable<TimeSpan>

Limite de tempo recomendado para execução.

parameters
IEnumerable<ScriptParameter>

Parâmetros que o script aceitará.

Retornos

Uma nova ScriptCmdletData instância para zombar.

Aplica-se a