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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:hybridnetwork:listArtifactStorePrivateEndPoints
arguments:
# arguments dictionary
The following arguments are supported:
- Artifact
Store stringName - The name of the artifact store.
- Publisher
Name string - The name of the publisher.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Artifact
Store stringName - The name of the artifact store.
- Publisher
Name string - The name of the publisher.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- artifact
Store StringName - The name of the artifact store.
- publisher
Name String - The name of the publisher.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- artifact
Store stringName - The name of the artifact store.
- publisher
Name string - The name of the publisher.
- resource
Group 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.
- artifact
Store StringName - The name of the artifact store.
- publisher
Name String - The name of the publisher.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
listArtifactStorePrivateEndPoints Result
The following output properties are available:
- Next
Link 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.
- Next
Link string - The URI to get the next set of results.
- Value
[]Artifact
Store Private End Points Format Response - A list of private endpoints.
- next
Link String - The URI to get the next set of results.
- value
List<Artifact
Store Private End Points Format Response> - A list of private endpoints.
- next
Link string - The URI to get the next set of results.
- value
Artifact
Store Private End Points Format Response[] - A list of private endpoints.
- next_
link str - The URI to get the next set of results.
- value
Sequence[Artifact
Store Private End Points Format Response] - A list of private endpoints.
- next
Link String - The URI to get the next set of results.
- value List<Property Map>
- A list of private endpoints.
Supporting Types
ArtifactStorePrivateEndPointsFormatResponse
- Manual
Private List<Pulumi.End Point Connections Azure Native. Hybrid Network. Inputs. Referenced Resource Response> - list of private endpoints.
- Manual
Private []ReferencedEnd Point Connections Resource Response - list of private endpoints.
- manual
Private List<ReferencedEnd Point Connections Resource Response> - list of private endpoints.
- manual
Private ReferencedEnd Point Connections Resource Response[] - list of private endpoints.
- manual_
private_ Sequence[Referencedend_ point_ connections Resource Response] - list of private endpoints.
- manual
Private 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi