ScriptCmdlet Interface
public interface ScriptCmdlet
An immutable client-side representation of ScriptCmdlet.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Script |
audience()
Gets the audience property: Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers. |
| abstract String |
description()
Gets the description property: Description of the scripts functionality. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Script |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
List<Script |
parameters()
Gets the parameters property: Parameters the script will accept. |
|
abstract
Script |
provisioningState()
Gets the provisioning |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
timeout()
Gets the timeout property: Recommended time limit for execution. |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
audience
public abstract ScriptCmdletAudience audience()
Gets the audience property: Specifies whether a script cmdlet is intended to be invoked only through automation or visible to customers.
Returns:
description
public abstract String description()
Gets the description property: Description of the scripts functionality.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ScriptCmdletInner innerModel()
Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptCmdletInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
parameters
public abstract List<ScriptParameter> parameters()
Gets the parameters property: Parameters the script will accept.
Returns:
provisioningState
public abstract ScriptCmdletProvisioningState provisioningState()
Gets the provisioningState property: The provisioning state of the resource.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
timeout
public abstract String timeout()
Gets the timeout property: Recommended time limit for execution.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: