1. Packages
  2. Azure Native v2
  3. API Docs
  4. hybridnetwork
  5. listArtifactStorePrivateEndPoints
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.hybridnetwork.listArtifactStorePrivateEndPoints

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    List manual private endpoints on artifact stores 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>
    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]
    func ListArtifactStorePrivateEndPoints(ctx *Context, args *ListArtifactStorePrivateEndPointsArgs, opts ...InvokeOption) (*ListArtifactStorePrivateEndPointsResult, error)
    func ListArtifactStorePrivateEndPointsOutput(ctx *Context, args *ListArtifactStorePrivateEndPointsOutputArgs, opts ...InvokeOption) ListArtifactStorePrivateEndPointsResultOutput

    > 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)
    }
    public static CompletableFuture<ListArtifactStorePrivateEndPointsResult> listArtifactStorePrivateEndPoints(ListArtifactStorePrivateEndPointsArgs args, InvokeOptions options)
    public static Output<ListArtifactStorePrivateEndPointsResult> listArtifactStorePrivateEndPoints(ListArtifactStorePrivateEndPointsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:hybridnetwork:listArtifactStorePrivateEndPoints
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ArtifactStoreName string
    The name of the artifact store.
    PublisherName string
    The name of the publisher.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ArtifactStoreName string
    The name of the artifact store.
    PublisherName string
    The name of the publisher.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    artifactStoreName String
    The name of the artifact store.
    publisherName String
    The name of the publisher.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    artifactStoreName string
    The name of the artifact store.
    publisherName string
    The name of the publisher.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    artifact_store_name str
    The name of the artifact store.
    publisher_name str
    The name of the publisher.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    artifactStoreName String
    The name of the artifact store.
    publisherName String
    The name of the publisher.
    resourceGroupName 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-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi