Share via


AppPlatformExtensions.GetAppPlatformBuilderResource Method

Definition

Gets an object representing an AppPlatformBuilderResource 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 AppPlatformBuilderResourceAzure.Core.ResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetAppPlatformBuilderResource(ResourceIdentifier) instead.</item>

public static Azure.ResourceManager.AppPlatform.AppPlatformBuilderResource GetAppPlatformBuilderResource(this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetAppPlatformBuilderResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.AppPlatform.AppPlatformBuilderResource
<Extension()>
Public Function GetAppPlatformBuilderResource (client As ArmClient, id As ResourceIdentifier) As AppPlatformBuilderResource

Parameters

client
Azure.ResourceManager.ArmClient

The Azure.ResourceManager.ArmClient instance the method will execute against.

id
Azure.Core.ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformBuilderResource object.

Exceptions

System.ArgumentNullException

client is null.

Applies to