SharedAccessBlobPolicies.CopyTo 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.
Copies each key in the key/SharedAccessBlobPolicy 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.Blob.SharedAccessBlobPolicy>[] array, int arrayIndex);
abstract member CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy>[] * int -> unit
override this.CopyTo : System.Collections.Generic.KeyValuePair<string, Microsoft.Azure.Storage.Blob.SharedAccessBlobPolicy>[] * int -> unit
Public Sub CopyTo (array As KeyValuePair(Of String, SharedAccessBlobPolicy)(), arrayIndex As Integer)
Parameters
- array
- KeyValuePair<String,SharedAccessBlobPolicy>[]
A one-dimensional array of SharedAccessBlobPolicy 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET