DevTestLabResource.GetDevTestLabPolicies(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。