Compartir a través de


AppPlatformExtensions.GetAppPlatformSupportedStackResource Método

Definición

Obtiene un objeto que representa junto AppPlatformSupportedStackResource con las operaciones de instancia que se pueden realizar en él, pero sin datos. Puede usar CreateResourceIdentifier(String, String, String, String, String) para crear un AppPlatformSupportedStackResourceResourceIdentifier a partir de sus componentes.

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

Parámetros

client
ArmClient

Instancia ArmClient en la que se ejecutará el método.

id
ResourceIdentifier

Identificador de recurso del recurso que se va a obtener.

Devoluciones

Devuelve un objeto AppPlatformSupportedStackResource.

Se aplica a