Get Python3Package Result
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)
Properties
Link copied to clipboard
Gets the activity count of the module.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Gets the creation time.
Link copied to clipboard
Gets or sets the description.
Link copied to clipboard
Gets the error info of the module.
Link copied to clipboard
Gets type of module, if its composite or not.
Link copied to clipboard
Gets the last modified time.
Link copied to clipboard
Gets the provisioning state of the module.
Link copied to clipboard
Gets the size in bytes of the module.