ISqlVirtualMachineIdentity Interface
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.
[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
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |