GetPrivateEndpointResult

data class GetPrivateEndpointResult(val azureApiVersion: String, val createdDate: String, val etag: String, val id: String, val manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, val name: String, val type: String)

Complete information about the private endpoint.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdDate: String, etag: String, id: String, manualPrivateLinkServiceConnections: List<PrivateLinkServiceConnectionResponse>? = null, name: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The date when this private endpoint was created.

Link copied to clipboard

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.

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

A list of connections to the remote resource. Immutable after it is set.

Link copied to clipboard

The name of the resource

Link copied to clipboard

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.