IScriptCmdletProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |