다음을 통해 공유


SecurityCenterLocationCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Security/locations/{ascLocation}
  • Operation Id: Locations_Get
  • Default Api Version: 2015-06-01-preview
  • Resource: SecurityCenterLocationResource
public virtual Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecurityCenterLocationResource> GetIfExists (Azure.Core.AzureLocation ascLocation, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecurityCenterLocationResource>
override this.GetIfExists : Azure.Core.AzureLocation * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecurityCenterLocationResource>
Public Overridable Function GetIfExists (ascLocation As AzureLocation, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of SecurityCenterLocationResource)

Parameters

ascLocation
AzureLocation

The location where ASC stores the data of the subscription. can be retrieved from Get locations.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to