Share via


InboundSecurityRuleCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkVirtualAppliances/{networkVirtualApplianceName}/inboundSecurityRules/{ruleCollectionName}
  • Operation Id: InboundSecurityRule_Get
  • Default Api Version: 2024-03-01
  • Resource: InboundSecurityRuleResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.InboundSecurityRuleResource> GetIfExists (string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.InboundSecurityRuleResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.InboundSecurityRuleResource>
Public Overridable Function GetIfExists (ruleCollectionName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of InboundSecurityRuleResource)

Parameters

ruleCollectionName
String

The name of security rule collection.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ruleCollectionName is null.

Applies to