ISqlVirtualMachineIdentity Interface

Definition

[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)

Applies to