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

IPrivateEndpointProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointPropertiesTypeConverter))]
public interface IPrivateEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointPropertiesTypeConverter))>]
type IPrivateEndpointProperties = interface
    interface IJsonSerializable
Public Interface IPrivateEndpointProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ApplicationSecurityGroup

Application security groups in which the private endpoint IP configuration is included.

CustomDnsConfig

An array of custom dns configurations.

CustomNetworkInterfaceName

The custom name of the network interface attached to the private endpoint.

IPConfiguration

A list of IP configurations of the private endpoint. This will be used to map to the First Party Service's endpoints.

ManualPrivateLinkServiceConnection

A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.

NetworkInterface

An array of references to the network interfaces created for this private endpoint.

PrivateLinkServiceConnection

A grouping of information about the connection to the remote resource.

ProvisioningState

The provisioning state of the private endpoint resource.

Subnet

The ID of the subnet from which the private IP will be allocated.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to