Package version:

Interface ManagedPrivateEndpoint

Properties of a managed private endpoint

interface ManagedPrivateEndpoint {
    connectionState?: ConnectionStateProperties;
    fqdns?: string[];
    groupId?: string;
    isReserved?: boolean;
    privateLinkResourceId?: string;
    provisioningState?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

connectionState?: ConnectionStateProperties

The managed private endpoint connection state

fqdns?: string[]

Fully qualified domain names

groupId?: string

The groupId to which the managed private endpoint is created

isReserved?: boolean

Denotes whether the managed private endpoint is reserved NOTE: This property will not be serialized. It can only be populated by the server.

privateLinkResourceId?: string

The ARM resource ID of the resource to which the managed private endpoint is created

provisioningState?: string

The managed private endpoint provisioning state NOTE: This property will not be serialized. It can only be populated by the server.