Share via


MockableAppPlatformArmClient.GetAppPlatformSupportedStackResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a AppPlatformSupportedStackResource object.

Applies to