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

PrivateEndpointIPConfiguration Class

Definition

An IP Configuration of the private endpoint.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointIPConfigurationTypeConverter))]
public class PrivateEndpointIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointIPConfigurationTypeConverter))>]
type PrivateEndpointIPConfiguration = class
    interface IPrivateEndpointIPConfiguration
    interface IJsonSerializable
Public Class PrivateEndpointIPConfiguration
Implements IPrivateEndpointIPConfiguration
Inheritance
PrivateEndpointIPConfiguration
Attributes
Implements

Constructors

PrivateEndpointIPConfiguration()

Creates an new PrivateEndpointIPConfiguration instance.

Properties

Etag

A unique read-only string that changes whenever the resource is updated.

GroupId

The ID of a group obtained from the remote resource that this private endpoint should connect to.

MemberName

The member name of a group obtained from the remote resource that this private endpoint should connect to.

Name

The name of the resource that is unique within a resource group.

PrivateIPAddress

A private ip address obtained from the private endpoint's subnet.

Type

The resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PrivateEndpointIPConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PrivateEndpointIPConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPrivateEndpointIPConfiguration.

FromJsonString(String)

Creates a new instance of PrivateEndpointIPConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PrivateEndpointIPConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to