SqlVmData 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 representing the SqlVm data model. A SQL virtual machine.
public class SqlVmData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SqlVirtualMachine.SqlVmData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SqlVirtualMachine.SqlVmData>
public class SqlVmData : Azure.ResourceManager.Models.TrackedResourceData
type SqlVmData = class
inherit TrackedResourceData
interface IJsonModel<SqlVmData>
interface IPersistableModel<SqlVmData>
type SqlVmData = class
inherit TrackedResourceData
Public Class SqlVmData
Inherits TrackedResourceData
Implements IJsonModel(Of SqlVmData), IPersistableModel(Of SqlVmData)
Public Class SqlVmData
Inherits TrackedResourceData
- Inheritance
- Implements
Constructors
SqlVmData(AzureLocation) |
Initializes a new instance of SqlVmData. |
Properties
AssessmentSettings |
Assessment Settings. |
AutoBackupSettings |
Auto backup settings for SQL Server. |
AutoPatchingSettings |
Auto patching settings for applying critical security updates to SQL virtual machine. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Azure Active Directory identity of the server. Current supported identity types: None, SystemAssigned. |
KeyVaultCredentialSettings |
Key vault credential settings. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
Provisioning state to track the async operation status. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServerConfigurationsManagementSettings |
SQL Server configuration management settings. |
SqlImageOffer |
SQL image offer. Examples include SQL2016-WS2016, SQL2017-WS2016. |
SqlImageSku |
SQL Server edition type. |
SqlManagement |
SQL Server Management type. |
SqlServerLicenseType |
SQL Server license type. |
SqlVmGroupResourceId |
ARM resource id of the SQL virtual machine group this SQL virtual machine is or will be part of. |
StorageConfigurationSettings |
Storage Configuration Settings. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
VirtualMachineResourceId |
ARM Resource id of underlying virtual machine created from SQL marketplace image. |
WindowsServerFailoverClusterDomainCredentials |
Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. |
WindowsServerFailoverClusterStaticIP |
Domain credentials for setting up Windows Server Failover Cluster for SQL availability group. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SqlVmData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SqlVmData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SqlVmData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SqlVmData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SqlVmData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET