Compartir a través de


HDInsightContainersExtensions.GetHDInsightClusterPoolResource Método

Definición

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

public static Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource GetHDInsightClusterPoolResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetHDInsightClusterPoolResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HDInsight.Containers.HDInsightClusterPoolResource
<Extension()>
Public Function GetHDInsightClusterPoolResource (client As ArmClient, id As ResourceIdentifier) As HDInsightClusterPoolResource

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

Se aplica a