Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AssociatedResourcesListResult

Package version

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

Hierarchy

  • AssociatedResourcesListResult

Index

Properties

Optional nextLink

nextLink: undefined | string

The url to get the next page of results, if any. NOTE: This property will not be serialized. It can only be populated by the server.

Optional totalCount

totalCount: undefined | number

Total number of Azure resources assigned to the identity. NOTE: This property will not be serialized. It can only be populated by the server.

Optional value

value: AzureResource[]

The collection of Azure resources returned by the resource action to get a list of assigned resources. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc