AdaptiveNetworkHardeningCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

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

Parameters

adaptiveNetworkHardeningResourceName
String

The name of the Adaptive Network Hardening resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

adaptiveNetworkHardeningResourceName is null.

Applies to