GuestConfigurationExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.GuestConfiguration.
public static class GuestConfigurationExtensions
type GuestConfigurationExtensions = class
Public Module GuestConfigurationExtensions
- Inheritance
-
GuestConfigurationExtensions
Methods
GetAllGuestConfigurationAssignmentData(ResourceGroupResource, CancellationToken) |
List all guest configuration assignments for a resource group.
|
GetAllGuestConfigurationAssignmentData(SubscriptionResource, CancellationToken) |
List all guest configuration assignments for a subscription.
|
GetAllGuestConfigurationAssignmentDataAsync(ResourceGroupResource, CancellationToken) |
List all guest configuration assignments for a resource group.
|
GetAllGuestConfigurationAssignmentDataAsync(SubscriptionResource, CancellationToken) |
List all guest configuration assignments for a subscription.
|
GetGuestConfigurationHcrpAssignment(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment
|
GetGuestConfigurationHcrpAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment
|
GetGuestConfigurationHcrpAssignmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GuestConfigurationHcrpAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GuestConfigurationHcrpAssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGuestConfigurationHcrpAssignmentResource(ResourceIdentifier) instead. |
GetGuestConfigurationHcrpAssignments(ArmClient, ResourceIdentifier) |
Gets a collection of GuestConfigurationHcrpAssignmentResources in the ArmClient. MockingTo mock this method, please mock GetGuestConfigurationHcrpAssignments(ResourceIdentifier) instead. |
GetGuestConfigurationVmAssignment(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment
|
GetGuestConfigurationVmAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment
|
GetGuestConfigurationVmAssignmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GuestConfigurationVmAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GuestConfigurationVmAssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGuestConfigurationVmAssignmentResource(ResourceIdentifier) instead. |
GetGuestConfigurationVmAssignments(ArmClient, ResourceIdentifier) |
Gets a collection of GuestConfigurationVmAssignmentResources in the ArmClient. MockingTo mock this method, please mock GetGuestConfigurationVmAssignments(ResourceIdentifier) instead. |
GetGuestConfigurationVmssAssignment(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment for VMSS
|
GetGuestConfigurationVmssAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment for VMSS
|
GetGuestConfigurationVmssAssignmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GuestConfigurationVmssAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GuestConfigurationVmssAssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGuestConfigurationVmssAssignmentResource(ResourceIdentifier) instead. |
GetGuestConfigurationVmssAssignments(ArmClient, ResourceIdentifier) |
Gets a collection of GuestConfigurationVmssAssignmentResources in the ArmClient. MockingTo mock this method, please mock GetGuestConfigurationVmssAssignments(ResourceIdentifier) instead. |
GetGuestConfigurationVMwarevSphereAssignment(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment
|
GetGuestConfigurationVMwarevSphereAssignmentAsync(ArmClient, ResourceIdentifier, String, CancellationToken) |
Get information about a guest configuration assignment
|
GetGuestConfigurationVMwarevSphereAssignmentResource(ArmClient, ResourceIdentifier) |
Gets an object representing a GuestConfigurationVMwarevSphereAssignmentResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a GuestConfigurationVMwarevSphereAssignmentResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetGuestConfigurationVMwarevSphereAssignmentResource(ResourceIdentifier) instead. |
GetGuestConfigurationVMwarevSphereAssignments(ArmClient, ResourceIdentifier) |
Gets a collection of GuestConfigurationVMwarevSphereAssignmentResources in the ArmClient. MockingTo mock this method, please mock GetGuestConfigurationVMwarevSphereAssignments(ResourceIdentifier) instead. |
Applies to
Azure SDK for .NET