IStorageApplianceRunReadCommandsParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceRunReadCommandsParametersTypeConverter))]
public interface IStorageApplianceRunReadCommandsParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.StorageApplianceRunReadCommandsParametersTypeConverter))>]
type IStorageApplianceRunReadCommandsParameters = interface
interface IJsonSerializable
Public Interface IStorageApplianceRunReadCommandsParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |