list Artifact Store Private End Points
suspend fun listArtifactStorePrivateEndPoints(argument: ListArtifactStorePrivateEndPointsPlainArgs): ListArtifactStorePrivateEndPointsResult
List manual private endpoints on artifact stores Uses Azure REST API version 2024-04-15.
Return
List of manual private endpoints.
Parameters
argument
null
suspend fun listArtifactStorePrivateEndPoints(artifactStoreName: String, publisherName: String, resourceGroupName: String): ListArtifactStorePrivateEndPointsResult
Return
List of manual private endpoints.
Parameters
artifact Store Name
The name of the artifact store.
publisher Name
The name of the publisher.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listArtifactStorePrivateEndPoints(argument: suspend ListArtifactStorePrivateEndPointsPlainArgsBuilder.() -> Unit): ListArtifactStorePrivateEndPointsResult
Return
List of manual private endpoints.
Parameters
argument
Builder for com.pulumi.azurenative.hybridnetwork.kotlin.inputs.ListArtifactStorePrivateEndPointsPlainArgs.