你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DevTestLabResource.GetDevTestLabPolicies(String) 方法

定义

获取 DevTestLab 中 DevTestLabPolicyResources 的集合。

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

参数

policySetName
String

策略集的名称。

返回

一个 对象,表示 DevTestLabPolicyResources 的集合及其在 DevTestLabPolicyResource 上的操作。

例外

policySetName 是一个空字符串,预期为非空。

policySetName 为 null。

适用于