InterconnectBlockCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/interconnectBlocks/{interconnectBlockName}.
  • Operation Id. : InterconnectBlocks_Get.
  • Default Api Version. : 2026-03-01.
public virtual Azure.NullableResponse<Azure.ResourceManager.Compute.InterconnectBlockResource> GetIfExists(string interconnectBlockName, Azure.ResourceManager.Compute.Models.InterconnectBlockExpandTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * Nullable<Azure.ResourceManager.Compute.Models.InterconnectBlockExpandTypes> * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Compute.InterconnectBlockResource>
override this.GetIfExists : string * Nullable<Azure.ResourceManager.Compute.Models.InterconnectBlockExpandTypes> * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Compute.InterconnectBlockResource>
Public Overridable Function GetIfExists (interconnectBlockName As String, Optional expand As Nullable(Of InterconnectBlockExpandTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of InterconnectBlockResource)

Parameters

interconnectBlockName
String

The name of the Interconnect Block.

expand
Nullable<InterconnectBlockExpandTypes>

The expand expression to apply on the operation. 'instanceView' retrieves a snapshot of the runtime properties of the Interconnect Block that is managed by the platform and can change outside of control plane operations.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

interconnectBlockName is null.

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

Applies to