Get Managed Private Endpoint Result
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)
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
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
User input request message of the managed private endpoint.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.