Share via


StaticCidrCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/ipamPools/{poolName}/staticCidrs/{staticCidrName}
  • Operation Id: StaticCidrs_Get
  • Default Api Version: 2024-05-01
  • Resource: StaticCidrResource
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.StaticCidrResource> GetIfExists (string staticCidrName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.StaticCidrResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.StaticCidrResource>
Public Overridable Function GetIfExists (staticCidrName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of StaticCidrResource)

Parameters

staticCidrName
String

StaticCidr resource name to retrieve.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

staticCidrName is null.

Applies to