Share via


NetworkCloudRackCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

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

Parameters

rackName
String

The name of the rack.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

rackName is null.

Applies to