StorageApplianceRunReadCommandsParameters Class

Definition

StorageApplianceRunReadCommandsParameters represents the body of request containing list of read-only commands to run on the storage appliance.

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

Constructors

Name Description
StorageApplianceRunReadCommandsParameters()

Creates an new StorageApplianceRunReadCommandsParameters instance.

Properties

Name Description
Command

The list of read-only commands to be executed directly against the target storage appliance.

LimitTimeSecond

The maximum time the commands are allowed to run.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageApplianceRunReadCommandsParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageApplianceRunReadCommandsParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageApplianceRunReadCommandsParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to