Share via


MockableAppPlatformArmClient.GetAppPlatformBuildResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformBuildResource object.

Applies to