次の方法で共有


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 です。

適用対象