1. Packages
  2. Azure Native
  3. API Docs
  4. blockchain
  5. listLocationConsortiums
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v1.103.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    Lists the available consortiums for a subscription. API Version: 2018-06-01-preview.

    Using listLocationConsortiums

    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 listLocationConsortiums(args: ListLocationConsortiumsArgs, opts?: InvokeOptions): Promise<ListLocationConsortiumsResult>
    function listLocationConsortiumsOutput(args: ListLocationConsortiumsOutputArgs, opts?: InvokeOptions): Output<ListLocationConsortiumsResult>
    def list_location_consortiums(location_name: Optional[str] = None,
                                  opts: Optional[InvokeOptions] = None) -> ListLocationConsortiumsResult
    def list_location_consortiums_output(location_name: Optional[pulumi.Input[str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[ListLocationConsortiumsResult]
    func ListLocationConsortiums(ctx *Context, args *ListLocationConsortiumsArgs, opts ...InvokeOption) (*ListLocationConsortiumsResult, error)
    func ListLocationConsortiumsOutput(ctx *Context, args *ListLocationConsortiumsOutputArgs, opts ...InvokeOption) ListLocationConsortiumsResultOutput

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

    public static class ListLocationConsortiums 
    {
        public static Task<ListLocationConsortiumsResult> InvokeAsync(ListLocationConsortiumsArgs args, InvokeOptions? opts = null)
        public static Output<ListLocationConsortiumsResult> Invoke(ListLocationConsortiumsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListLocationConsortiumsResult> listLocationConsortiums(ListLocationConsortiumsArgs args, InvokeOptions options)
    public static Output<ListLocationConsortiumsResult> listLocationConsortiums(ListLocationConsortiumsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:blockchain:listLocationConsortiums
      arguments:
        # arguments dictionary

    The following arguments are supported:

    LocationName string
    Location Name.
    LocationName string
    Location Name.
    locationName String
    Location Name.
    locationName string
    Location Name.
    location_name str
    Location Name.
    locationName String
    Location Name.

    listLocationConsortiums Result

    The following output properties are available:

    Value []ConsortiumResponse
    Gets or sets the collection of consortiums.
    value List<ConsortiumResponse>
    Gets or sets the collection of consortiums.
    value ConsortiumResponse[]
    Gets or sets the collection of consortiums.
    value Sequence[ConsortiumResponse]
    Gets or sets the collection of consortiums.
    value List<Property Map>
    Gets or sets the collection of consortiums.

    Supporting Types

    ConsortiumResponse

    Name string
    Gets or sets the blockchain member name.
    Protocol string
    Gets or sets the protocol for the consortium.
    Name string
    Gets or sets the blockchain member name.
    Protocol string
    Gets or sets the protocol for the consortium.
    name String
    Gets or sets the blockchain member name.
    protocol String
    Gets or sets the protocol for the consortium.
    name string
    Gets or sets the blockchain member name.
    protocol string
    Gets or sets the protocol for the consortium.
    name str
    Gets or sets the blockchain member name.
    protocol str
    Gets or sets the protocol for the consortium.
    name String
    Gets or sets the blockchain member name.
    protocol String
    Gets or sets the protocol for the consortium.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v1.103.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.