Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ISqlVirtualMachineIdentity Interface
Definition
- Assembly:
- Az.SqlVirtualMachine.private.dll
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineIdentityTypeConverter))]
public interface ISqlVirtualMachineIdentity : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.SqlVirtualMachineIdentityTypeConverter))>]
type ISqlVirtualMachineIdentity = interface
interface IJsonSerializable
Public Interface ISqlVirtualMachineIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AvailabilityGroupListenerName |
Name of the availability group listener. |
| Id |
Resource identity path |
| ResourceGroupName |
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
| SqlVirtualMachineGroupName |
Name of the SQL virtual machine group. |
| SqlVirtualMachineName |
Name of the SQL virtual machine. |
| SubscriptionId |
Subscription ID that identifies an Azure subscription. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
