Share via


CommandOutputSettings Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.CommandOutputSettingsTypeConverter))]
public class CommandOutputSettings : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.ICommandOutputSettings
Inheritance
CommandOutputSettings
Attributes
Implements

Constructors

Properties

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.

ContainerUrl

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommandOutputSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommandOutputSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommandOutputSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to