<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.24.0" />

Azure.Storage.Files.DataLake.Models.DataLakeAudience

Audiences available for Blobs
public static DataLakeAudience DefaultAudience { get; }

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.

public DataLakeAudience(string value)

Intializes new instance of DataLakeAudience.

public static DataLakeAudience CreateDataLakeServiceAccountAudience(string storageAccountName)

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.

public static bool op_Equality(DataLakeAudience left, DataLakeAudience right)

Determines if two DataLakeAudience values are the same.

public static DataLakeAudience op_Implicit(string value)

Converts a string to a DataLakeAudience.

public static bool op_Inequality(DataLakeAudience left, DataLakeAudience right)

Determines if two DataLakeAudience values are not the same.

public bool Equals(DataLakeAudience other)

Indicates whether the current object is equal to another object of the same type.