BlobAudience Struct
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.
Audiences available for Blobs
public readonly struct BlobAudience : IEquatable<Azure.Storage.Blobs.Models.BlobAudience>
type BlobAudience = struct
Public Structure BlobAudience
Implements IEquatable(Of BlobAudience)
- Inheritance
-
BlobAudience
- Implements
Constructors
BlobAudience(String) |
Intializes new instance of BlobAudience. |
Properties
DefaultAudience |
Default Audience. Use to acquire a token for authorizing requests to any Azure Storage account Resource ID: "https://storage.azure.com/ ". If no audience is specified, this is the default value. |
Methods
CreateBlobServiceAccountAudience(String) |
The service endpoint for a given storage account. Use this method to acquire a token for authorizing requests to that specific Azure Storage account and service only. |
Equals(BlobAudience) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BlobAudience, BlobAudience) |
Determines if two BlobAudience values are the same. |
Implicit(String to BlobAudience) |
Converts a string to a BlobAudience. |
Inequality(BlobAudience, BlobAudience) |
Determines if two BlobAudience values are not the same. |
Applies to
Azure SDK for .NET