ArmNetworkCloudModelFactory.StorageApplianceRunReadCommandsContent Method
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.
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
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.