Megosztás a következőn keresztül:


SecureScoreCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/secureScores/{secureScoreName}
  • Operation Id: SecureScores_Get
  • Default Api Version: 2020-01-01
  • Resource: SecureScoreResource
public virtual Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecureScoreResource> GetIfExists (string secureScoreName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecureScoreResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecureScoreResource>
Public Overridable Function GetIfExists (secureScoreName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SecureScoreResource)

Parameters

secureScoreName
String

The initiative name. For the ASC Default initiative, use 'ascScore' as in the sample request below.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

secureScoreName is null.

Applies to