1. Packages
  2. Azure Native
  3. API Docs
  4. hybridnetwork
  5. listArtifactStorePrivateEndPoints
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.hybridnetwork.listArtifactStorePrivateEndPoints

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

List manual private endpoints on artifact stores

Uses Azure REST API version 2024-04-15.

Using listArtifactStorePrivateEndPoints

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function listArtifactStorePrivateEndPoints(args: ListArtifactStorePrivateEndPointsArgs, opts?: InvokeOptions): Promise<ListArtifactStorePrivateEndPointsResult>
function listArtifactStorePrivateEndPointsOutput(args: ListArtifactStorePrivateEndPointsOutputArgs, opts?: InvokeOptions): Output<ListArtifactStorePrivateEndPointsResult>
Copy
def list_artifact_store_private_end_points(artifact_store_name: Optional[str] = None,
                                           publisher_name: Optional[str] = None,
                                           resource_group_name: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> ListArtifactStorePrivateEndPointsResult
def list_artifact_store_private_end_points_output(artifact_store_name: Optional[pulumi.Input[str]] = None,
                                           publisher_name: Optional[pulumi.Input[str]] = None,
                                           resource_group_name: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[ListArtifactStorePrivateEndPointsResult]
Copy
func ListArtifactStorePrivateEndPoints(ctx *Context, args *ListArtifactStorePrivateEndPointsArgs, opts ...InvokeOption) (*ListArtifactStorePrivateEndPointsResult, error)
func ListArtifactStorePrivateEndPointsOutput(ctx *Context, args *ListArtifactStorePrivateEndPointsOutputArgs, opts ...InvokeOption) ListArtifactStorePrivateEndPointsResultOutput
Copy

> Note: This function is named ListArtifactStorePrivateEndPoints in the Go SDK.

public static class ListArtifactStorePrivateEndPoints 
{
    public static Task<ListArtifactStorePrivateEndPointsResult> InvokeAsync(ListArtifactStorePrivateEndPointsArgs args, InvokeOptions? opts = null)
    public static Output<ListArtifactStorePrivateEndPointsResult> Invoke(ListArtifactStorePrivateEndPointsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListArtifactStorePrivateEndPointsResult> listArtifactStorePrivateEndPoints(ListArtifactStorePrivateEndPointsArgs args, InvokeOptions options)
public static Output<ListArtifactStorePrivateEndPointsResult> listArtifactStorePrivateEndPoints(ListArtifactStorePrivateEndPointsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:hybridnetwork:listArtifactStorePrivateEndPoints
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ArtifactStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact store.
PublisherName
This property is required.
Changes to this property will trigger replacement.
string
The name of the publisher.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
ArtifactStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact store.
PublisherName
This property is required.
Changes to this property will trigger replacement.
string
The name of the publisher.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
artifactStoreName
This property is required.
Changes to this property will trigger replacement.
String
The name of the artifact store.
publisherName
This property is required.
Changes to this property will trigger replacement.
String
The name of the publisher.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
artifactStoreName
This property is required.
Changes to this property will trigger replacement.
string
The name of the artifact store.
publisherName
This property is required.
Changes to this property will trigger replacement.
string
The name of the publisher.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
artifact_store_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the artifact store.
publisher_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the publisher.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
artifactStoreName
This property is required.
Changes to this property will trigger replacement.
String
The name of the artifact store.
publisherName
This property is required.
Changes to this property will trigger replacement.
String
The name of the publisher.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

listArtifactStorePrivateEndPoints Result

The following output properties are available:

NextLink string
The URI to get the next set of results.
Value List<Pulumi.AzureNative.HybridNetwork.Outputs.ArtifactStorePrivateEndPointsFormatResponse>
A list of private endpoints.
NextLink string
The URI to get the next set of results.
Value []ArtifactStorePrivateEndPointsFormatResponse
A list of private endpoints.
nextLink String
The URI to get the next set of results.
value List<ArtifactStorePrivateEndPointsFormatResponse>
A list of private endpoints.
nextLink string
The URI to get the next set of results.
value ArtifactStorePrivateEndPointsFormatResponse[]
A list of private endpoints.
next_link str
The URI to get the next set of results.
value Sequence[ArtifactStorePrivateEndPointsFormatResponse]
A list of private endpoints.
nextLink String
The URI to get the next set of results.
value List<Property Map>
A list of private endpoints.

Supporting Types

ArtifactStorePrivateEndPointsFormatResponse

ReferencedResourceResponse

Id string
Resource ID.
Id string
Resource ID.
id String
Resource ID.
id string
Resource ID.
id str
Resource ID.
id String
Resource ID.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi