Sdílet prostřednictvím


DataLakeAudience Struct

Definition

Audiences available for Blobs

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

Constructors

DataLakeAudience(String)

Intializes new instance of DataLakeAudience.

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

CreateDataLakeServiceAccountAudience(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(DataLakeAudience)

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

Determines if two DataLakeAudience values are the same.

Implicit(String to DataLakeAudience)

Converts a string to a DataLakeAudience.

Inequality(DataLakeAudience, DataLakeAudience)

Determines if two DataLakeAudience values are not the same.

Applies to