CommandOutputOverride interface
CommandOutputOverride represents an overridden value for the command output settings.
Properties
| associated |
The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned. |
| command |
The type of command output for the override. |
| container |
The URL of the storage account container that is to be used by the specified identities. |
Property Details
associatedIdentity
The selection of the managed identity to use with this storage account container. The identity type must be either system assigned or user assigned.
associatedIdentity?: IdentitySelector
Property Value
commandOutputType
The type of command output for the override.
commandOutputType?: string
Property Value
string
containerUrl
The URL of the storage account container that is to be used by the specified identities.
containerUrl?: string
Property Value
string