SecurityCenterExtensions.GetSecurityCenterAssignment Method
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.
Get a specific standard assignment for the requested scope by resourceId <item> Mocking. To mock this method, please mock GetSecurityCenterAssignment(String, CancellationToken) instead. </item>
public static Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterAssignmentResource> GetSecurityCenterAssignment(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string assignmentId, System.Threading.CancellationToken cancellationToken = default);
static member GetSecurityCenterAssignment : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityCenterAssignmentResource>
<Extension()>
Public Function GetSecurityCenterAssignment (resourceGroupResource As ResourceGroupResource, assignmentId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of SecurityCenterAssignmentResource)
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource the method will execute against.
- assignmentId
- String
The security assignment key - unique key for the standard assignment.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
resourceGroupResource is null.