MockableAppPlatformArmClient.GetAppPlatformBuildpackBindingResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformBuildpackBindingResource object.

Applies to