Package version:

Complete information about the private endpoint.

interface PrivateEndpoint {
    etag?: string;
    id?: string;
    name?: string;
    properties?: PrivateEndpointProperties;
    type?: string;
}

Hierarchy (view full)

Properties

etag?: string

Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

The properties associated with a private endpoint.

type?: string

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc