ScriptPackageProperties Class
- java.
lang. Object - com.
azure. resourcemanager. avs. fluent. models. ScriptPackageProperties
- com.
Implements
public final class ScriptPackageProperties
implements JsonSerializable<ScriptPackageProperties>
Properties of a Script Package subresource.
Constructor Summary
| Constructor | Description |
|---|---|
| ScriptPackageProperties() |
Creates an instance of Script |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
company()
Get the company property: Company that created and supports the package. |
| String |
description()
Get the description property: User friendly description of the package. |
|
static
Script |
fromJson(JsonReader jsonReader)
Reads an instance of Script |
|
Script |
provisioningState()
Get the provisioning |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
uri()
Get the uri property: Link to support by the package vendor. |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: Module version. |
Methods inherited from java.lang.Object
Constructor Details
ScriptPackageProperties
public ScriptPackageProperties()
Creates an instance of ScriptPackageProperties class.
Method Details
company
public String company()
Get the company property: Company that created and supports the package.
Returns:
description
public String description()
Get the description property: User friendly description of the package.
Returns:
fromJson
public static ScriptPackageProperties fromJson(JsonReader jsonReader)
Reads an instance of ScriptPackageProperties from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ScriptPackageProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the resource.
Returns:
toJson
uri
public String uri()
Get the uri property: Link to support by the package vendor.
Returns:
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: Module version.
Returns: