'Declaration
Public Function New( _ ByVal securityGroupId As String, _ ByVal startingTokenId As Long, _ ByVal requestedKeyCount As Long _ )
'Usage
Dim securityGroupId As String Dim startingTokenId As Long Dim requestedKeyCount As Long Dim instance As New UAGetSecurityKeysArguments(securityGroupId, startingTokenId, requestedKeyCount)
public UAGetSecurityKeysArguments( string securityGroupId, long startingTokenId, long requestedKeyCount )
public: UAGetSecurityKeysArguments( String^ securityGroupId, int64 startingTokenId, int64 requestedKeyCount )
Parameters
- securityGroupId
- The identifier for the security group. It shall be unique within the Security Key Service.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - startingTokenId
- The starting token Id that should be returned.
Valid values of this parameter are in the range from
0
to4294967295
. - requestedKeyCount
- The number of requested keys which should be returned (0 for no future keys).
Valid values of this parameter are in the range from
0
to4294967295
.