CommandOutputSettings Class

CommandOutputSettings represents the settings for commands run within the cluster such as bare metal machine run read-only commands.

Constructor

CommandOutputSettings(*, associated_identity: _models.IdentitySelector | None = None, container_url: str | None = None, overrides: list['_models.CommandOutputOverride'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
associated_identity

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

Default value: None
container_url
str

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

Default value: None
overrides

The list of optional overrides allowing for association of storage containers and identities to specific types of command output. If a type is not overridden, the default identity and storage container will be utilized.

Default value: None

Variables

Name Description
associated_identity

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

container_url
str

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

overrides

The list of optional overrides allowing for association of storage containers and identities to specific types of command output. If a type is not overridden, the default identity and storage container will be utilized.