Share via


MockableHybridConnectivityArmClient.GetPublicCloudInventoryResource Method

Definition

Gets an object representing a PublicCloudInventoryResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a PublicCloudInventoryResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource GetPublicCloudInventoryResource(Azure.Core.ResourceIdentifier id);
abstract member GetPublicCloudInventoryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource
override this.GetPublicCloudInventoryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridConnectivity.PublicCloudInventoryResource
Public Overridable Function GetPublicCloudInventoryResource (id As ResourceIdentifier) As PublicCloudInventoryResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PublicCloudInventoryResource object.

Applies to