ScriptCmdlet Interface

public interface ScriptCmdlet

An immutable client-side representation of ScriptCmdlet.

Method Summary

Modifier and Type Method and Description
abstract ScriptCmdletAudience 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 ScriptCmdletInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptCmdletInner object.

abstract String name()

Gets the name property: The name of the resource.

abstract List<ScriptParameter> parameters()

Gets the parameters property: Parameters the script will accept.

abstract ScriptCmdletProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the resource.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

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:

the audience value.

description

public abstract String description()

Gets the description property: Description of the scripts functionality.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract ScriptCmdletInner innerModel()

Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptCmdletInner object.

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

parameters

public abstract List<ScriptParameter> parameters()

Gets the parameters property: Parameters the script will accept.

Returns:

the parameters value.

provisioningState

public abstract ScriptCmdletProvisioningState provisioningState()

Gets the provisioningState property: The provisioning state of the resource.

Returns:

the provisioningState value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

timeout

public abstract String timeout()

Gets the timeout property: Recommended time limit for execution.

Returns:

the timeout value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to