ArmNetworkCloudModelFactory.StorageApplianceRunReadCommandsContent Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.StorageApplianceRunReadCommandsContent StorageApplianceRunReadCommandsContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.Models.StorageApplianceCommandSpecification> commands = default, long limitTimeSeconds = 0);
static member StorageApplianceRunReadCommandsContent : seq<Azure.ResourceManager.NetworkCloud.Models.StorageApplianceCommandSpecification> * int64 -> Azure.ResourceManager.NetworkCloud.Models.StorageApplianceRunReadCommandsContent
Public Shared Function StorageApplianceRunReadCommandsContent (Optional commands As IEnumerable(Of StorageApplianceCommandSpecification) = Nothing, Optional limitTimeSeconds As Long = 0) As StorageApplianceRunReadCommandsContent

Parameters

commands
IEnumerable<StorageApplianceCommandSpecification>

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

limitTimeSeconds
Int64

The maximum time the commands are allowed to run.

Returns

A new StorageApplianceRunReadCommandsContent instance for mocking.

Applies to