MockableResourcesArmClient.GetArmApplicationDefinitionResource Method

Definition

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

public virtual Azure.ResourceManager.Resources.ArmApplicationDefinitionResource GetArmApplicationDefinitionResource (Azure.Core.ResourceIdentifier id);
abstract member GetArmApplicationDefinitionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Resources.ArmApplicationDefinitionResource
override this.GetArmApplicationDefinitionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Resources.ArmApplicationDefinitionResource
Public Overridable Function GetArmApplicationDefinitionResource (id As ResourceIdentifier) As ArmApplicationDefinitionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a ArmApplicationDefinitionResource object.

Applies to