ArmNetworkCloudModelFactory.CommandOutputSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.NetworkCloud.Models.CommandOutputSettings CommandOutputSettings(Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector associatedIdentity = default, Uri containerUri = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.CommandOutputOverride> overrides = default);
static member CommandOutputSettings : Azure.ResourceManager.NetworkCloud.Models.ManagedServiceIdentitySelector * Uri * seq<Azure.ResourceManager.NetworkCloud.Models.CommandOutputOverride> -> Azure.ResourceManager.NetworkCloud.Models.CommandOutputSettings
Public Shared Function CommandOutputSettings (Optional associatedIdentity As ManagedServiceIdentitySelector = Nothing, Optional containerUri As Uri = Nothing, Optional overrides As IEnumerable(Of CommandOutputOverride) = Nothing) As CommandOutputSettings
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.
- containerUri
- Uri
The URL of the storage account container that is to be used by the specified identities.
- overrides
- IEnumerable<CommandOutputOverride>
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.
Returns
A new CommandOutputSettings instance for mocking.