Condividi tramite


ScopeAssignmentCollection.GetAll(CancellationToken) Method

Definition

Get the specified scope assignment.

  • Request Path: /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments
  • Operation Id: ScopeAssignments_List
public virtual Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ScopeAssignmentResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ScopeAssignmentResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedNetwork.ScopeAssignmentResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ScopeAssignmentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ScopeAssignmentResource that may take multiple service requests to iterate over.

Applies to