IAzureResourceManagerCommonTypesManagedServiceIdentityUpdate.UserAssignedIdentity 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.
The identities assigned to this resource by the user.
[Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Runtime.Info(Create=true, Description="The identities assigned to this resource by the user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IAzureResourceManagerCommonTypesManagedServiceIdentityUpdateUserAssignedIdentities) }, Read=true, ReadOnly=false, Required=false, SerializedName="userAssignedIdentities", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IAzureResourceManagerCommonTypesManagedServiceIdentityUpdateUserAssignedIdentities UserAssignedIdentity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Runtime.Info(Create=true, Description="The identities assigned to this resource by the user.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IAzureResourceManagerCommonTypesManagedServiceIdentityUpdateUserAssignedIdentities) }, Read=true, ReadOnly=false, Required=false, SerializedName="userAssignedIdentities", Update=true)>]
member this.UserAssignedIdentity : Microsoft.Azure.PowerShell.Cmdlets.Pinecone.Models.IAzureResourceManagerCommonTypesManagedServiceIdentityUpdateUserAssignedIdentities with get, set
Public Property UserAssignedIdentity As IAzureResourceManagerCommonTypesManagedServiceIdentityUpdateUserAssignedIdentities
Property Value
- Attributes