MockableAppServiceArmClient.GetWorkflowVersionResource Method

Definition

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

public virtual Azure.ResourceManager.AppService.WorkflowVersionResource GetWorkflowVersionResource (Azure.Core.ResourceIdentifier id);
abstract member GetWorkflowVersionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowVersionResource
override this.GetWorkflowVersionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppService.WorkflowVersionResource
Public Overridable Function GetWorkflowVersionResource (id As ResourceIdentifier) As WorkflowVersionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WorkflowVersionResource object.

Applies to