MockableManagedNetworkArmClient.GetScopeAssignmentAsync Method

Definition

Get the specified scope assignment.

  • Request Path: /{scope}/providers/Microsoft.ManagedNetwork/scopeAssignments/{scopeAssignmentName}
  • Operation Id: ScopeAssignments_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetwork.ScopeAssignmentResource>> GetScopeAssignmentAsync (Azure.Core.ResourceIdentifier scope, string scopeAssignmentName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScopeAssignmentAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetwork.ScopeAssignmentResource>>
override this.GetScopeAssignmentAsync : Azure.Core.ResourceIdentifier * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ManagedNetwork.ScopeAssignmentResource>>
Public Overridable Function GetScopeAssignmentAsync (scope As ResourceIdentifier, scopeAssignmentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ScopeAssignmentResource))

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

scopeAssignmentName
String

The name of the scope assignment to get.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

scopeAssignmentName is null.

scopeAssignmentName is an empty string, and was expected to be non-empty.

Applies to