你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
DataLakeAudience(String)

Intializes new instance of DataLakeAudience.

Properties

Name Description
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

Name Description
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

Name Description
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