IAssociatedResourcesListResult.TotalCount 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.
Total number of Azure resources assigned to the identity.
[Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Description="Total number of Azure resources assigned to the identity.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="totalCount")]
public float? TotalCount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedServiceIdentity.Runtime.Info(Description="Total number of Azure resources assigned to the identity.", PossibleTypes=new System.Type[] { typeof(System.Single) }, ReadOnly=true, Required=false, SerializedName="totalCount")>]
member this.TotalCount : Nullable<single>
Public ReadOnly Property TotalCount As Nullable(Of Single)
Property Value
- Attributes