AWS SDK for .NET Documentation
DescribeStorediSCSIVolumesRequest Class
AmazonAmazon.StorageGateway.ModelDescribeStorediSCSIVolumesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeStorediSCSIVolumes operation.

This operation returns description of the gateway volumes specified in the request. The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume ARNs.

Declaration Syntax
C#
public class DescribeStorediSCSIVolumesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeStorediSCSIVolumesRequest()()()()
Initializes a new instance of the DescribeStorediSCSIVolumesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeARNs
An array of strings where each string represents the Amazon Resource Name (ARN) of a stored volume. All of the specified stored volumes must from the same gateway. Use ListVolumes to get volume ARNs for a gateway.

WithVolumeARNs(array<String>[]()[][]) Obsolete.
Adds elements to the VolumeARNs collection

WithVolumeARNs(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the VolumeARNs collection

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeStorediSCSIVolumesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)