MockableAppPlatformArmClient.GetAppPlatformServiceResource Method

Definition

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

public virtual Azure.ResourceManager.AppPlatform.AppPlatformServiceResource GetAppPlatformServiceResource (Azure.Core.ResourceIdentifier id);
abstract member GetAppPlatformServiceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppPlatform.AppPlatformServiceResource
override this.GetAppPlatformServiceResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppPlatform.AppPlatformServiceResource
Public Overridable Function GetAppPlatformServiceResource (id As ResourceIdentifier) As AppPlatformServiceResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformServiceResource object.

Applies to