CommandOutputOverride Class

Definition

CommandOutputOverride represents an overridden value for the command output settings.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CommandOutputOverrideTypeConverter))]
public class CommandOutputOverride : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICommandOutputOverride
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CommandOutputOverrideTypeConverter))>]
type CommandOutputOverride = class
    interface ICommandOutputOverride
    interface IJsonSerializable
Public Class CommandOutputOverride
Implements ICommandOutputOverride
Inheritance
CommandOutputOverride
Attributes
Implements

Constructors

Name Description
CommandOutputOverride()

Creates an new CommandOutputOverride instance.

Properties

Name Description
AssociatedIdentityType

The type of managed identity that is being selected.

AssociatedIdentityUserAssignedIdentityResourceId

The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.

CommandOutputType

The type of command output for the override.

ContainerUrl

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

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommandOutputOverride.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommandOutputOverride.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICommandOutputOverride.

FromJsonString(String)

Creates a new instance of CommandOutputOverride, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommandOutputOverride into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to