MockableLogicArmClient.GetLogicWorkflowTriggerHistoryResource 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 LogicWorkflowTriggerHistoryResource 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 LogicWorkflowTriggerHistoryResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryResource GetLogicWorkflowTriggerHistoryResource (Azure.Core.ResourceIdentifier id);
abstract member GetLogicWorkflowTriggerHistoryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryResource
override this.GetLogicWorkflowTriggerHistoryResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Logic.LogicWorkflowTriggerHistoryResource
Public Overridable Function GetLogicWorkflowTriggerHistoryResource (id As ResourceIdentifier) As LogicWorkflowTriggerHistoryResource
Parameters
The resource ID of the resource to get.
Returns
Returns a LogicWorkflowTriggerHistoryResource object.
Applies to
Azure SDK for .NET