1. Packages
  2. Azure Native v1
  3. API Docs
  4. blockchain
  5. listLocationConsortiums
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.blockchain.listLocationConsortiums

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 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)
    // Output-based functions aren't available in Java yet
    
    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-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi