SqlVirtualMachineExtensions 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.SqlVirtualMachine.
public static class SqlVirtualMachineExtensions
type SqlVirtualMachineExtensions = class
Public Module SqlVirtualMachineExtensions
- Inheritance
-
SqlVirtualMachineExtensions
Methods
GetAvailabilityGroupListenerResource(ArmClient, ResourceIdentifier) |
Gets an object representing an AvailabilityGroupListenerResource 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 an AvailabilityGroupListenerResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetAvailabilityGroupListenerResource(ResourceIdentifier) instead. |
GetSqlVm(ResourceGroupResource, String, String, CancellationToken) |
Gets a SQL virtual machine.
|
GetSqlVmAsync(ResourceGroupResource, String, String, CancellationToken) |
Gets a SQL virtual machine.
|
GetSqlVmGroup(ResourceGroupResource, String, CancellationToken) |
Gets a SQL virtual machine group.
|
GetSqlVmGroupAsync(ResourceGroupResource, String, CancellationToken) |
Gets a SQL virtual machine group.
|
GetSqlVmGroupResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SqlVmGroupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SqlVmGroupResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSqlVmGroupResource(ResourceIdentifier) instead. |
GetSqlVmGroups(ResourceGroupResource) |
Gets a collection of SqlVmGroupResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSqlVmGroups() instead. |
GetSqlVmGroups(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machine groups in a subscription.
|
GetSqlVmGroupsAsync(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machine groups in a subscription.
|
GetSqlVmResource(ArmClient, ResourceIdentifier) |
Gets an object representing a SqlVmResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a SqlVmResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetSqlVmResource(ResourceIdentifier) instead. |
GetSqlVms(ResourceGroupResource) |
Gets a collection of SqlVmResources in the ResourceGroupResource. MockingTo mock this method, please mock GetSqlVms() instead. |
GetSqlVms(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machines in a subscription.
|
GetSqlVmsAsync(SubscriptionResource, CancellationToken) |
Gets all SQL virtual machines in a subscription.
|
Applies to
Azure SDK for .NET