ScriptPackage Interface

public interface ScriptPackage

An immutable client-side representation of ScriptPackage.

Method Summary

Modifier and Type Method and Description
abstract String company()

Gets the company property: Company that created and supports the package.

abstract String description()

Gets the description property: User friendly description of the package.

abstract String id()

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

abstract ScriptPackageInner innerModel()

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

abstract String name()

Gets the name property: The name of the resource.

abstract ScriptPackageProvisioningState 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 type()

Gets the type property: The type of the resource.

abstract String uri()

Gets the uri property: Link to support by the package vendor.

abstract String version()

Gets the version property: Module version.

Method Details

company

public abstract String company()

Gets the company property: Company that created and supports the package.

Returns:

the company value.

description

public abstract String description()

Gets the description property: User friendly description of the package.

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 ScriptPackageInner innerModel()

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

Returns:

the inner object.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

provisioningState

public abstract ScriptPackageProvisioningState 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.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

uri

public abstract String uri()

Gets the uri property: Link to support by the package vendor.

Returns:

the uri value.

version

public abstract String version()

Gets the version property: Module version.

Returns:

the version value.

Applies to