Get Runbook Result
data class GetRunbookResult(val creationTime: String? = null, val description: String? = null, val draft: RunbookDraftResponse? = null, val etag: String? = null, val id: String, val jobCount: Int? = null, val lastModifiedBy: String? = null, val lastModifiedTime: String? = null, val location: String? = null, val logActivityTrace: Int? = null, val logProgress: Boolean? = null, val logVerbose: Boolean? = null, val name: String, val outputTypes: List<String>? = null, val parameters: Map<String, RunbookParameterResponse>? = null, val provisioningState: String? = null, val publishContentLink: ContentLinkResponse? = null, val runbookType: String? = null, val state: String? = null, val tags: Map<String, String>? = null, val type: String)
Definition of the runbook type.
Constructors
Link copied to clipboard
fun GetRunbookResult(creationTime: String? = null, description: String? = null, draft: RunbookDraftResponse? = null, etag: String? = null, id: String, jobCount: Int? = null, lastModifiedBy: String? = null, lastModifiedTime: String? = null, location: String? = null, logActivityTrace: Int? = null, logProgress: Boolean? = null, logVerbose: Boolean? = null, name: String, outputTypes: List<String>? = null, parameters: Map<String, RunbookParameterResponse>? = null, provisioningState: String? = null, publishContentLink: ContentLinkResponse? = null, runbookType: String? = null, state: String? = null, tags: Map<String, String>? = null, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard