你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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