MockableComputeArmClient.GetInterconnectBlockResource 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.
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
The resource ID of the resource to get.
Returns
Returns a InterconnectBlockResource object.