SharedAccessFilePolicies.CopyTo Method

Definition

Copies each key in the key/SharedAccessFilePolicy value pair 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.File.SharedAccessFilePolicy>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.File.SharedAccessFilePolicy>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.File.SharedAccessFilePolicy>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, SharedAccessFilePolicy)(), arrayIndex As Integer)

Parameters

array
KeyValuePair<String,SharedAccessFilePolicy>[]

A one-dimensional array of SharedAccessFilePolicy 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