Share via


SecurityOperatorCollection.GetAsync(String, CancellationToken) 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 security operator for the requested scope.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/pricings/{pricingName}/securityOperators/{securityOperatorName}
  • Operation Id: SecurityOperators_Get
  • Default Api Version: 2023-01-01-preview
  • Resource: SecurityOperatorResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.SecurityOperatorResource>> GetAsync (string securityOperatorName, System.Threading.CancellationToken cancellationToken = default);

Parameters

securityOperatorName
String

name of the securityOperator.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

securityOperatorName is null.

Applies to

Product Versions
Azure SDK for .NET Preview