MockableComputeArmClient.GetInterconnectBlockResource Method

Definition

Gets an object representing a InterconnectBlockResource along with the instance operations that can be performed on it but with no data.

public virtual Azure.ResourceManager.Compute.InterconnectBlockResource GetInterconnectBlockResource(Azure.Core.ResourceIdentifier id);
abstract member GetInterconnectBlockResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.InterconnectBlockResource
override this.GetInterconnectBlockResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.InterconnectBlockResource
Public Overridable Function GetInterconnectBlockResource (id As ResourceIdentifier) As InterconnectBlockResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a InterconnectBlockResource object.

Applies to