Share via


IScriptCmdletProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptCmdletPropertiesTypeConverter))]
public interface IScriptCmdletProperties : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ScriptCmdletPropertiesTypeConverter))>]
type IScriptCmdletProperties = interface
    interface IJsonSerializable
Public Interface IScriptCmdletProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Audience

Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers

Description

Description of the scripts functionality

Parameter

Parameters the script will accept

ProvisioningState

The provisioning state of the resource.

Timeout

Recommended time limit for execution

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to