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.listArtifactStoreNetworkFabricControllerPrivateEndPoints
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 network fabric controllers to artifact stores Azure REST API version: 2024-04-15.
Using listArtifactStoreNetworkFabricControllerPrivateEndPoints
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 listArtifactStoreNetworkFabricControllerPrivateEndPoints(args: ListArtifactStoreNetworkFabricControllerPrivateEndPointsArgs, opts?: InvokeOptions): Promise<ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult>
function listArtifactStoreNetworkFabricControllerPrivateEndPointsOutput(args: ListArtifactStoreNetworkFabricControllerPrivateEndPointsOutputArgs, opts?: InvokeOptions): Output<ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult>
def list_artifact_store_network_fabric_controller_private_end_points(artifact_store_name: Optional[str] = None,
publisher_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult
def list_artifact_store_network_fabric_controller_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[ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult]
func ListArtifactStoreNetworkFabricControllerPrivateEndPoints(ctx *Context, args *ListArtifactStoreNetworkFabricControllerPrivateEndPointsArgs, opts ...InvokeOption) (*ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult, error)
func ListArtifactStoreNetworkFabricControllerPrivateEndPointsOutput(ctx *Context, args *ListArtifactStoreNetworkFabricControllerPrivateEndPointsOutputArgs, opts ...InvokeOption) ListArtifactStoreNetworkFabricControllerPrivateEndPointsResultOutput
> Note: This function is named ListArtifactStoreNetworkFabricControllerPrivateEndPoints
in the Go SDK.
public static class ListArtifactStoreNetworkFabricControllerPrivateEndPoints
{
public static Task<ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult> InvokeAsync(ListArtifactStoreNetworkFabricControllerPrivateEndPointsArgs args, InvokeOptions? opts = null)
public static Output<ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult> Invoke(ListArtifactStoreNetworkFabricControllerPrivateEndPointsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult> listArtifactStoreNetworkFabricControllerPrivateEndPoints(ListArtifactStoreNetworkFabricControllerPrivateEndPointsArgs args, InvokeOptions options)
public static Output<ListArtifactStoreNetworkFabricControllerPrivateEndPointsResult> listArtifactStoreNetworkFabricControllerPrivateEndPoints(ListArtifactStoreNetworkFabricControllerPrivateEndPointsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:hybridnetwork:listArtifactStoreNetworkFabricControllerPrivateEndPoints
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.
listArtifactStoreNetworkFabricControllerPrivateEndPoints 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 Network Fabric Controller End Points Response> - A list of network fabric controllers.
- Next
Link string - The URI to get the next set of results.
- Value
[]Artifact
Store Network Fabric Controller End Points Response - A list of network fabric controllers.
- next
Link String - The URI to get the next set of results.
- value
List<Artifact
Store Network Fabric Controller End Points Response> - A list of network fabric controllers.
- next
Link string - The URI to get the next set of results.
- value
Artifact
Store Network Fabric Controller End Points Response[] - A list of network fabric controllers.
- next_
link str - The URI to get the next set of results.
- value
Sequence[Artifact
Store Network Fabric Controller End Points Response] - A list of network fabric controllers.
- next
Link String - The URI to get the next set of results.
- value List<Property Map>
- A list of network fabric controllers.
Supporting Types
ArtifactStoreNetworkFabricControllerEndPointsResponse
- Network
Fabric List<Pulumi.Controller Ids Azure Native. Hybrid Network. Inputs. Referenced Resource Response> - list of network fabric controllers.
- Network
Fabric []ReferencedController Ids Resource Response - list of network fabric controllers.
- network
Fabric List<ReferencedController Ids Resource Response> - list of network fabric controllers.
- network
Fabric ReferencedController Ids Resource Response[] - list of network fabric controllers.
- network_
fabric_ Sequence[Referencedcontroller_ ids Resource Response] - list of network fabric controllers.
- network
Fabric List<Property Map>Controller Ids - list of network fabric controllers.
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