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

IPrivateIPAddress Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.PrivateIPAddressTypeConverter))]
public interface IPrivateIPAddress : Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SqlVirtualMachine.Models.Api20220801Preview.PrivateIPAddressTypeConverter))>]
type IPrivateIPAddress = interface
    interface IJsonSerializable
Public Interface IPrivateIPAddress
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

IPAddress

Private IP address bound to the availability group listener.

SubnetResourceId

Subnet used to include private IP.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to