Compartir a través de


DevTestLabResource.GetDevTestLabPolicies(String) Método

Definición

Obtiene una colección de DevTestLabPolicyResources en DevTestLab.

public virtual Azure.ResourceManager.DevTestLabs.DevTestLabPolicyCollection GetDevTestLabPolicies (string policySetName);
abstract member GetDevTestLabPolicies : string -> Azure.ResourceManager.DevTestLabs.DevTestLabPolicyCollection
override this.GetDevTestLabPolicies : string -> Azure.ResourceManager.DevTestLabs.DevTestLabPolicyCollection
Public Overridable Function GetDevTestLabPolicies (policySetName As String) As DevTestLabPolicyCollection

Parámetros

policySetName
String

Nombre del conjunto de directivas.

Devoluciones

Objeto que representa la colección de DevTestLabPolicyResources y sus operaciones sobre un DevTestLabPolicyResource.

Excepciones

policySetName es una cadena vacía y se espera que no esté vacía.

policySetName es null.

Se aplica a