This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.hybridnetwork.listArtifactStorePrivateEndPoints
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 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 dictionaryThe following arguments are supported:
- ArtifactStore stringName 
- The name of the artifact store.
- PublisherName string
- The name of the publisher.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- ArtifactStore stringName 
- The name of the artifact store.
- PublisherName string
- The name of the publisher.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- artifactStore StringName 
- The name of the artifact store.
- publisherName String
- The name of the publisher.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- artifactStore stringName 
- The name of the artifact store.
- publisherName string
- The name of the publisher.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- artifact_store_ strname 
- The name of the artifact store.
- publisher_name str
- The name of the publisher.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- artifactStore StringName 
- The name of the artifact store.
- publisherName String
- The name of the publisher.
- resourceGroup StringName 
- 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.Azure Native. Hybrid Network. Outputs. Artifact Store Private End Points Format Response> 
- A list of private endpoints.
- NextLink string
- The URI to get the next set of results.
- Value
[]ArtifactStore Private End Points Format Response 
- A list of private endpoints.
- nextLink String
- The URI to get the next set of results.
- value
List<ArtifactStore Private End Points Format Response> 
- A list of private endpoints.
- nextLink string
- The URI to get the next set of results.
- value
ArtifactStore Private End Points Format Response[] 
- A list of private endpoints.
- next_link str
- The URI to get the next set of results.
- value
Sequence[ArtifactStore Private End Points Format Response] 
- 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      
- ManualPrivate List<Pulumi.End Point Connections Azure Native. Hybrid Network. Inputs. Referenced Resource Response> 
- list of private endpoints.
- ManualPrivate []ReferencedEnd Point Connections Resource Response 
- list of private endpoints.
- manualPrivate List<ReferencedEnd Point Connections Resource Response> 
- list of private endpoints.
- manualPrivate ReferencedEnd Point Connections Resource Response[] 
- list of private endpoints.
- manual_private_ Sequence[Referencedend_ point_ connections Resource Response] 
- list of private endpoints.
- manualPrivate List<Property Map>End Point Connections 
- list of private endpoints.
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi