CommandOutputSettingsArgs

data class CommandOutputSettingsArgs(val associatedIdentity: Output<IdentitySelectorArgs>? = null, val containerUrl: Output<String>? = null) : ConvertibleToJava<CommandOutputSettingsArgs>

Constructors

Link copied to clipboard
constructor(associatedIdentity: Output<IdentitySelectorArgs>? = null, containerUrl: Output<String>? = null)

Properties

Link copied to clipboard

The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.

Link copied to clipboard
val containerUrl: Output<String>? = null

The URL of the storage account container that is to be used by the specified identities.

Functions

Link copied to clipboard
open override fun toJava(): CommandOutputSettingsArgs