Azure.ResourceManager.SqlVirtualMachine Namespace

Classes

Name Description
AvailabilityGroupListenerCollection

A class representing a collection of AvailabilityGroupListenerResource and their operations. Each AvailabilityGroupListenerResource in the collection will belong to the same instance of SqlVmGroupResource. To get a AvailabilityGroupListenerCollection instance call the GetAvailabilityGroupListeners method from an instance of SqlVmGroupResource.

AvailabilityGroupListenerData

A SQL Server availability group listener.

AvailabilityGroupListenerResource

A class representing a AvailabilityGroupListener along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a AvailabilityGroupListenerResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource SqlVmGroupResource using the GetAvailabilityGroupListeners method.

AzureResourceManagerSqlVirtualMachineContext

Context class which will be filled in by the System.ClientModel.SourceGeneration. For more information https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/core/System.ClientModel/src/docs/ModelReaderWriterContext.md

SqlVirtualMachineExtensions

A class to add extension methods to Azure.ResourceManager.SqlVirtualMachine.

SqlVmCollection

A class representing a collection of SqlVmResource and their operations. Each SqlVmResource in the collection will belong to the same instance of ResourceGroupResource. To get a SqlVmCollection instance call the GetSqlVms method from an instance of ResourceGroupResource.

SqlVmData

A SQL virtual machine.

SqlVmGroupCollection

A class representing a collection of SqlVmGroupResource and their operations. Each SqlVmGroupResource in the collection will belong to the same instance of ResourceGroupResource. To get a SqlVmGroupCollection instance call the GetSqlVmGroups method from an instance of ResourceGroupResource.

SqlVmGroupData

A SQL virtual machine group.

SqlVmGroupResource

A class representing a SqlVmGroup along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a SqlVmGroupResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetSqlVmGroups method.

SqlVmResource

A class representing a SqlVm along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a SqlVmResource from an instance of ArmClient using the GetResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetSqlVms method.