MockableGuestConfigurationArmClient.GetGuestConfigurationVmAssignments Method

Definition

Gets a collection of GuestConfigurationVmAssignmentResources in the ArmClient.

public virtual Azure.ResourceManager.GuestConfiguration.GuestConfigurationVmAssignmentCollection GetGuestConfigurationVmAssignments (Azure.Core.ResourceIdentifier scope);
abstract member GetGuestConfigurationVmAssignments : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.GuestConfiguration.GuestConfigurationVmAssignmentCollection
override this.GetGuestConfigurationVmAssignments : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.GuestConfiguration.GuestConfigurationVmAssignmentCollection
Public Overridable Function GetGuestConfigurationVmAssignments (scope As ResourceIdentifier) As GuestConfigurationVmAssignmentCollection

Parameters

scope
ResourceIdentifier

The scope that the resource will apply against.

Returns

An object representing collection of GuestConfigurationVmAssignmentResources and their operations over a GuestConfigurationVmAssignmentResource.

Applies to