Compartir a través de


BatchExtensions.GetBatchApplicationResource Método

Definición

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

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

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 BatchApplicationResource.

Se aplica a