VirtualMachineRunCommandData.OutputBlobManagedIdentity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
User-assigned managed identity that has access to outputBlobUri 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.
public Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity OutputBlobManagedIdentity { get; set; }
member this.OutputBlobManagedIdentity : Azure.ResourceManager.Compute.Models.RunCommandManagedIdentity with get, set
Public Property OutputBlobManagedIdentity As RunCommandManagedIdentity
Property Value
Applies to
Azure SDK for .NET