Partilhar via


UploadBatchServiceLogsConfiguration.IdentityReference Propriedade

Definição

Obtém ou define a referência à identidade atribuída pelo usuário a ser usada para acessar Armazenamento de Blobs do Azure especificado por containerUrl.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Comentários

A identidade deve ter acesso de gravação ao contêiner Armazenamento de Blobs do Azure.

Aplica-se a