IVirtualMachineResourceSettings.UserManagedIdentity Property

Definition

Gets or sets user-managed identities

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets user-managed identities", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="userManagedIdentities", Update=true)]
public System.Collections.Generic.List<string> UserManagedIdentity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Create=true, Description="Gets or sets user-managed identities", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="userManagedIdentities", Update=true)>]
member this.UserManagedIdentity : System.Collections.Generic.List<string> with get, set
Public Property UserManagedIdentity As List(Of String)

Property Value

Attributes

Applies to