Поделиться через


AzureBlobFileSystemConfiguration.IdentityReference Свойство

Определение

Возвращает или задает ссылку на назначенное пользователем удостоверение, используемое для доступа к containerName.

[Newtonsoft.Json.JsonProperty(PropertyName="identityReference")]
public Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference IdentityReference { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identityReference")>]
member this.IdentityReference : Microsoft.Azure.Management.Batch.Models.ComputeNodeIdentityReference with get, set
Public Property IdentityReference As ComputeNodeIdentityReference

Значение свойства

Атрибуты
Newtonsoft.Json.JsonPropertyAttribute

Комментарии

Это свойство является взаимоисключающим как с accountKey, так и с sasKey; Необходимо указать именно один из них.

Применяется к