PrivateEndpointConnectionResponse

data class PrivateEndpointConnectionResponse(val etag: String, val id: String, val location: String? = null, val name: String, val properties: PrivateEndpointConnectionPropertiesResponse? = null, val systemData: SystemDataResponse, val type: String)

The Private Endpoint Connection resource.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, location: String? = null, name: String, properties: PrivateEndpointConnectionPropertiesResponse? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Resource Etag.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val location: String? = null

The location of the private endpoint connection

Link copied to clipboard

The name of the resource

Link copied to clipboard
Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"