Freigeben über


IPrivateEndpoint Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointTypeConverter))]
public interface IPrivateEndpoint : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.PrivateEndpointTypeConverter))>]
type IPrivateEndpoint = interface
    interface IJsonSerializable
    interface IResource
Public Interface IPrivateEndpoint
Implements IResource
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.

Etag

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

ExtendedLocationName

The name of the extended location.

ExtendedLocationType

The type of the extended location.

Id

Resource ID.

(Inherited from IResource)
IPConfiguration

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

Location

Resource location.

(Inherited from IResource)
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.

Name

Resource name.

(Inherited from IResource)
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.

Tag

Resource tags.

(Inherited from IResource)
Type

Resource type.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to