MockableLogicArmClient.GetLogicWorkflowRunActionScopeRepetitionResource 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 LogicWorkflowRunActionScopeRepetitionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String, String, String) to create a LogicWorkflowRunActionScopeRepetitionResourceResourceIdentifier from its components.
public virtual Azure.ResourceManager.Logic.LogicWorkflowRunActionScopeRepetitionResource GetLogicWorkflowRunActionScopeRepetitionResource (Azure.Core.ResourceIdentifier id);
abstract member GetLogicWorkflowRunActionScopeRepetitionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Logic.LogicWorkflowRunActionScopeRepetitionResource
override this.GetLogicWorkflowRunActionScopeRepetitionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Logic.LogicWorkflowRunActionScopeRepetitionResource
Public Overridable Function GetLogicWorkflowRunActionScopeRepetitionResource (id As ResourceIdentifier) As LogicWorkflowRunActionScopeRepetitionResource
Parameters
The resource ID of the resource to get.
Returns
Returns a LogicWorkflowRunActionScopeRepetitionResource object.
Applies to
Azure SDK for .NET