MockableComputeResourceGroupResource.GetInterconnectBlock Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves information about an Interconnect Block.
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/interconnectBlocks/{interconnectBlockName}.
- Operation Id. : InterconnectBlocks_Get.
- Default Api Version. : 2026-03-01.
public virtual Azure.Response<Azure.ResourceManager.Compute.InterconnectBlockResource> GetInterconnectBlock(string interconnectBlockName, Azure.ResourceManager.Compute.Models.InterconnectBlockExpandTypes? expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetInterconnectBlock : string * Nullable<Azure.ResourceManager.Compute.Models.InterconnectBlockExpandTypes> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.InterconnectBlockResource>
override this.GetInterconnectBlock : string * Nullable<Azure.ResourceManager.Compute.Models.InterconnectBlockExpandTypes> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Compute.InterconnectBlockResource>
Public Overridable Function GetInterconnectBlock (interconnectBlockName As String, Optional expand As Nullable(Of InterconnectBlockExpandTypes) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(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.