Share via


QueueAudience Struct

Definition

Audiences available for Blobs

public readonly struct QueueAudience : IEquatable<Azure.Storage.Queues.Models.QueueAudience>
type QueueAudience = struct
Public Structure QueueAudience
Implements IEquatable(Of QueueAudience)
Inheritance
QueueAudience
Implements

Constructors

QueueAudience(String)

Intializes new instance of QueueAudience.

Properties

PublicAudience

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

CreateQueueServiceAccountAudience(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(QueueAudience)

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(QueueAudience, QueueAudience)

Determines if two QueueAudience values are the same.

Implicit(String to QueueAudience)

Converts a string to a QueueAudience.

Inequality(QueueAudience, QueueAudience)

Determines if two QueueAudience values are not the same.

Applies to