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
Script |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Script |
provisioningState()
Gets the provisioning |
|
abstract
System |
systemData()
Gets the system |
| 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:
description
public abstract String description()
Gets the description property: User friendly description of the package.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ScriptPackageInner innerModel()
Gets the inner com.azure.resourcemanager.avs.fluent.models.ScriptPackageInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ScriptPackageProvisioningState 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:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
uri
public abstract String uri()
Gets the uri property: Link to support by the package vendor.
Returns:
version
public abstract String version()
Gets the version property: Module version.
Returns: