Share via


VirtualMachineRunCommandUpdate.ErrorBlobManagedIdentity Property

Definition

Gets or sets user-assigned managed identity that has access to errorBlobUri storage blob. Use an empty object in case of system-assigned identity. Make sure managed identity has been given access to blob's container with 'Storage Blob Data Contributor' role assignment. In case of user-assigned identity, make sure you add it under VM's identity. For more info on managed identity and Run Command, refer https://aka.ms/ManagedIdentity and https://aka.ms/RunCommandManaged

[Newtonsoft.Json.JsonProperty(PropertyName="properties.errorBlobManagedIdentity")]
public Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity ErrorBlobManagedIdentity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.errorBlobManagedIdentity")>]
member this.ErrorBlobManagedIdentity : Microsoft.Azure.Management.Compute.Models.RunCommandManagedIdentity with get, set
Public Property ErrorBlobManagedIdentity As RunCommandManagedIdentity

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to