NetworkFabricInternetGatewayRuleCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/internetGatewayRules/{internetGatewayRuleName}
  • Operation Id: InternetGatewayRules_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleResource> GetIfExists (string internetGatewayRuleName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricInternetGatewayRuleResource>
Public Overridable Function GetIfExists (internetGatewayRuleName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetworkFabricInternetGatewayRuleResource)

Parameters

internetGatewayRuleName
String

Name of the Internet Gateway rule.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

internetGatewayRuleName is null.

Applies to