Get Web Pub Sub Private Endpoint Connection Result
data class GetWebPubSubPrivateEndpointConnectionResult(val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
A private endpoint connection to an azure resource
Constructors
Link copied to clipboard
constructor(id: String, name: String, privateEndpoint: PrivateEndpointResponse? = null, privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse? = null, provisioningState: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Private endpoint associated with the private endpoint connection
Link copied to clipboard
Connection state
Link copied to clipboard
Provisioning state of the private endpoint connection
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.