次の方法で共有


AutomanageExtensions.GetAutomanageHcrpConfigurationProfileAssignments メソッド

定義

ArmResource 内の AutomanageHcrpConfigurationProfileAssignmentResources のコレクションを取得します。

public static Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentCollection GetAutomanageHcrpConfigurationProfileAssignments (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier scope);
static member GetAutomanageHcrpConfigurationProfileAssignments : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Automanage.AutomanageHcrpConfigurationProfileAssignmentCollection
<Extension()>
Public Function GetAutomanageHcrpConfigurationProfileAssignments (client As ArmClient, scope As ResourceIdentifier) As AutomanageHcrpConfigurationProfileAssignmentCollection

パラメーター

client
ArmClient

ArmClientメソッドが実行されるインスタンス。

scope
ResourceIdentifier

リソースが適用されるスコープ。 予想されるリソースの種類には、Microsoft.HybridCompute/machines が含まれます。

戻り値

AutomanageHcrpConfigurationProfileAssignmentResources のコレクションと、AutomanageHcrpConfigurationProfileAssignmentResource に対する操作を表すオブジェクト。

適用対象