Share via


MockableBlueprintArmClient.GetPublishedBlueprintResource Method

Definition

Gets an object representing a PublishedBlueprintResource 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 PublishedBlueprintResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Blueprint.PublishedBlueprintResource GetPublishedBlueprintResource (Azure.Core.ResourceIdentifier id);
abstract member GetPublishedBlueprintResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Blueprint.PublishedBlueprintResource
override this.GetPublishedBlueprintResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Blueprint.PublishedBlueprintResource
Public Overridable Function GetPublishedBlueprintResource (id As ResourceIdentifier) As PublishedBlueprintResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a PublishedBlueprintResource object.

Applies to