DevTestLabResource.GetDevTestLabPolicies(String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.