GetPython3PackageResult

data class GetPython3PackageResult(val activityCount: Int? = null, val azureApiVersion: String, val creationTime: String? = null, val description: String? = null, val error: ModuleErrorInfoResponse? = null, val etag: String? = null, val id: String, val isComposite: Boolean? = null, val isGlobal: Boolean? = null, val lastModifiedTime: String? = null, val location: String? = null, val name: String, val provisioningState: String? = null, val sizeInBytes: Double? = null, val tags: Map<String, String>? = null, val type: String, val version: String? = null)

Definition of the module type.

Constructors

Link copied to clipboard
constructor(activityCount: Int? = null, azureApiVersion: String, creationTime: String? = null, description: String? = null, error: ModuleErrorInfoResponse? = null, etag: String? = null, id: String, isComposite: Boolean? = null, isGlobal: Boolean? = null, lastModifiedTime: String? = null, location: String? = null, name: String, provisioningState: String? = null, sizeInBytes: Double? = null, tags: Map<String, String>? = null, type: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activityCount: Int? = null

Gets the activity count of the module.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val creationTime: String? = null

Gets the creation time.

Link copied to clipboard
val description: String? = null

Gets or sets the description.

Link copied to clipboard

Gets the error info of the module.

Link copied to clipboard
val etag: String? = null

Gets the etag of the resource.

Link copied to clipboard
val id: String

Fully qualified resource Id for the resource

Link copied to clipboard
val isComposite: Boolean? = null

Gets type of module, if its composite or not.

Link copied to clipboard
val isGlobal: Boolean? = null

Gets the isGlobal flag of the module.

Link copied to clipboard

Gets the last modified time.

Link copied to clipboard
val location: String? = null

The Azure Region where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the provisioning state of the module.

Link copied to clipboard
val sizeInBytes: Double? = null

Gets the size in bytes of the module.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val version: String? = null

Gets the version of the module.