Share via


SharedAccessQueuePolicies.CopyTo Method

Definition

Copies each key/SharedAccessQueuePolicy value pair in the shared access policies collection to a compatible one-dimensional array, starting at the specified index of the target array.

public void CopyTo (System.Collections.Generic.KeyValuePair<string,Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.Queue.SharedAccessQueuePolicy>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, SharedAccessQueuePolicy)(), arrayIndex As Integer)

Parameters

array
KeyValuePair<String,SharedAccessQueuePolicy>[]

A one-dimensional array of SharedAccessQueuePolicy objects that serves as the destination for the elements copied from the shared access policies collection.

arrayIndex
Int32

The zero-based index in array at which copying begins.

Implements

Applies to