SharedAccessBlobPolicies Class
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.
public sealed class SharedAccessBlobPolicies : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,Microsoft.WindowsAzure.Storage.Blob.SharedAccessBlobPolicy>>, System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Storage.Blob.SharedAccessBlobPolicy>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,Microsoft.WindowsAzure.Storage.Blob.SharedAccessBlobPolicy>>
type SharedAccessBlobPolicies = class
interface IDictionary<string, SharedAccessBlobPolicy>
interface ICollection<KeyValuePair<string, SharedAccessBlobPolicy>>
interface seq<KeyValuePair<string, SharedAccessBlobPolicy>>
interface IEnumerable
Public NotInheritable Class SharedAccessBlobPolicies
Implements ICollection(Of KeyValuePair(Of String, SharedAccessBlobPolicy)), IDictionary(Of String, SharedAccessBlobPolicy), IEnumerable(Of KeyValuePair(Of String, SharedAccessBlobPolicy))
- Inheritance
-
SharedAccessBlobPolicies
- Implements
Constructors
SharedAccessBlobPolicies() |
Properties
Count | |
IsReadOnly | |
Item[String] | |
Keys | |
Values |
Methods
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |
AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IReadOnlyDictionary<TKey,TValue>) |
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.
Azure SDK for .NET