ArmNetworkCloudModelFactory.CommandOutputOverride Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputOverride CommandOutputOverride(Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector associatedIdentity = default, Azure.ResourceManager.NetworkCloud.Models.CommandOutputType? commandOutputType = default, Uri containerUri = default);
static member CommandOutputOverride : Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector * Nullable<Azure.ResourceManager.NetworkCloud.Models.CommandOutputType> * Uri -> Azure.ResourceManager.NetworkCloud.Models.CommandOutputOverride
Public Shared Function CommandOutputOverride (Optional associatedIdentity As ManagedServiceIdentitySelector = Nothing, Optional commandOutputType As Nullable(Of CommandOutputType) = Nothing, Optional containerUri As Uri = Nothing) As CommandOutputOverride

Parameters

associatedIdentity
ManagedServiceIdentitySelector

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

commandOutputType
Nullable<CommandOutputType>

The type of command output for the override.

containerUri
Uri

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

Returns

A new CommandOutputOverride instance for mocking.

Applies to