共用方式為


IAssociatedResourcesListResult.Value Property

Definition

The collection of Azure resources returned by the resource action to get a list of assigned resources.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Create=false, Description="The collection of Azure resources returned by the resource action to get a list of assigned resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IAzureResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IAzureResource> Value { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Create=false, Description="The collection of Azure resources returned by the resource action to get a list of assigned resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IAzureResource) }, Read=true, ReadOnly=true, Required=false, SerializedName="value", Update=false)>]
member this.Value : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Models.IAzureResource>
Public ReadOnly Property Value As List(Of IAzureResource)

Property Value

Attributes

Applies to