MockableAppServiceArmClient.GetAppServicePlanResource Method

Definition

Gets an object representing an AppServicePlanResource 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 AppServicePlanResourceResourceIdentifier from its components.

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppServicePlanResource object.

Applies to