Get Azure Power Shell Script Result
data class GetAzurePowerShellScriptResult(val arguments: String? = null, val azPowerShellVersion: String, val cleanupPreference: String? = null, val containerSettings: ContainerConfigurationResponse? = null, val environmentVariables: List<EnvironmentVariableResponse>? = null, val forceUpdateTag: String? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val kind: String, val location: String, val name: String, val outputs: Map<String, Any>, val primaryScriptUri: String? = null, val provisioningState: String, val retentionInterval: String, val scriptContent: String? = null, val status: ScriptStatusResponse, val storageAccountSettings: StorageAccountConfigurationResponse? = null, val supportingScriptUris: List<String>? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val timeout: String? = null, val type: String)
Object model for the Azure PowerShell script.
Constructors
Link copied to clipboard
fun GetAzurePowerShellScriptResult(arguments: String? = null, azPowerShellVersion: String, cleanupPreference: String? = null, containerSettings: ContainerConfigurationResponse? = null, environmentVariables: List<EnvironmentVariableResponse>? = null, forceUpdateTag: String? = null, id: String, identity: ManagedServiceIdentityResponse? = null, kind: String, location: String, name: String, outputs: Map<String, Any>, primaryScriptUri: String? = null, provisioningState: String, retentionInterval: String, scriptContent: String? = null, status: ScriptStatusResponse, storageAccountSettings: StorageAccountConfigurationResponse? = null, supportingScriptUris: List<String>? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, timeout: 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