GetPrivateEndpointResult

data class GetPrivateEndpointResult(val etag: String, val id: String, val name: String, val properties: PrivateEndpointPropertiesResponse, val type: String)

Complete information about the private endpoint.

Constructors

Link copied to clipboard
constructor(etag: String, id: String, name: String, properties: PrivateEndpointPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

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

The name of the resource

Link copied to clipboard

The properties associated with a private endpoint.

Link copied to clipboard

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