GetManagedPrivateEndpointResult

data class GetManagedPrivateEndpointResult(val azureApiVersion: String, val connectionState: ManagedPrivateEndpointConnectionStateResponse, val groupIds: List<String>? = null, val id: String, val location: String, val name: String, val privateLinkResourceId: String? = null, val privateLinkResourceRegion: String? = null, val privateLinkServicePrivateIP: String, val privateLinkServiceUrl: String? = null, val provisioningState: String, val requestMessage: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The managed private endpoint resource type.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, connectionState: ManagedPrivateEndpointConnectionStateResponse, groupIds: List<String>? = null, id: String, location: String, name: String, privateLinkResourceId: String? = null, privateLinkResourceRegion: String? = null, privateLinkServicePrivateIP: String, privateLinkServiceUrl: String? = null, provisioningState: String, requestMessage: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, 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 state of managed private endpoint connection.

Link copied to clipboard
val groupIds: List<String>? = null

The group Ids of the managed private endpoint.

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 geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

The ARM resource ID of the resource for which the managed private endpoint is pointing to.

Link copied to clipboard

The region of the resource to which the managed private endpoint is pointing to.

Link copied to clipboard

The private IP of private endpoint after approval. This property is empty before connection is approved.

Link copied to clipboard

The URL of the data store behind the private link service. It would be the URL in the Grafana data source configuration page without the protocol and port.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard
val requestMessage: String? = null

User input request message of the managed private endpoint.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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