Get Private Access Result
data class GetPrivateAccessResult(val azureApiVersion: String, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
PrivateAccesses tracked resource.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
A readonly collection of private endpoint connection. Currently only one endpoint connection is supported.
Link copied to clipboard
Most recent provisioning state for the given privateAccess resource.
Link copied to clipboard
Public Network Access Control for PrivateAccess resource.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.