CommandOutputSettings Class
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.
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
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.CommandOutputSettingsTypeConverter))>]
type CommandOutputSettings = class
interface ICommandOutputSettings
interface IJsonSerializable
Public Class CommandOutputSettings
Implements ICommandOutputSettings
- Inheritance
-
CommandOutputSettings
- Attributes
- Implements
Constructors
CommandOutputSettings() |
Creates an new CommandOutputSettings instance. |
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() |