Share via


MockableAppContainersArmClient.GetLogicAppResource(ResourceIdentifier) Method

Definition

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

public virtual Azure.ResourceManager.AppContainers.LogicAppResource GetLogicAppResource(Azure.Core.ResourceIdentifier id);
abstract member GetLogicAppResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.LogicAppResource
override this.GetLogicAppResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppContainers.LogicAppResource
Public Overridable Function GetLogicAppResource (id As ResourceIdentifier) As LogicAppResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a LogicAppResource object.

Applies to