1. Packages
  2. Azure Native
  3. API Docs
  4. confluent
  5. listOrganizationRegions
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.confluent.listOrganizationRegions

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

    Result of POST request to list regions supported by confluent Azure REST API version: 2024-02-13.

    Using listOrganizationRegions

    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 listOrganizationRegions(args: ListOrganizationRegionsArgs, opts?: InvokeOptions): Promise<ListOrganizationRegionsResult>
    function listOrganizationRegionsOutput(args: ListOrganizationRegionsOutputArgs, opts?: InvokeOptions): Output<ListOrganizationRegionsResult>
    def list_organization_regions(organization_name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  search_filters: Optional[Mapping[str, str]] = None,
                                  opts: Optional[InvokeOptions] = None) -> ListOrganizationRegionsResult
    def list_organization_regions_output(organization_name: Optional[pulumi.Input[str]] = None,
                                  resource_group_name: Optional[pulumi.Input[str]] = None,
                                  search_filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                                  opts: Optional[InvokeOptions] = None) -> Output[ListOrganizationRegionsResult]
    func ListOrganizationRegions(ctx *Context, args *ListOrganizationRegionsArgs, opts ...InvokeOption) (*ListOrganizationRegionsResult, error)
    func ListOrganizationRegionsOutput(ctx *Context, args *ListOrganizationRegionsOutputArgs, opts ...InvokeOption) ListOrganizationRegionsResultOutput

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

    public static class ListOrganizationRegions 
    {
        public static Task<ListOrganizationRegionsResult> InvokeAsync(ListOrganizationRegionsArgs args, InvokeOptions? opts = null)
        public static Output<ListOrganizationRegionsResult> Invoke(ListOrganizationRegionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListOrganizationRegionsResult> listOrganizationRegions(ListOrganizationRegionsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:confluent:listOrganizationRegions
      arguments:
        # arguments dictionary

    The following arguments are supported:

    OrganizationName string
    Organization resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SearchFilters Dictionary<string, string>
    Search filters for the request
    OrganizationName string
    Organization resource name
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SearchFilters map[string]string
    Search filters for the request
    organizationName String
    Organization resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    searchFilters Map<String,String>
    Search filters for the request
    organizationName string
    Organization resource name
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    searchFilters {[key: string]: string}
    Search filters for the request
    organization_name str
    Organization resource name
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    search_filters Mapping[str, str]
    Search filters for the request
    organizationName String
    Organization resource name
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    searchFilters Map<String>
    Search filters for the request

    listOrganizationRegions Result

    The following output properties are available:

    Data []RegionRecordResponse
    List of regions supported by confluent
    data List<RegionRecordResponse>
    List of regions supported by confluent
    data RegionRecordResponse[]
    List of regions supported by confluent
    data Sequence[RegionRecordResponse]
    List of regions supported by confluent
    data List<Property Map>
    List of regions supported by confluent

    Supporting Types

    RegionRecordResponse

    Id string
    Id of the cluster
    Kind string
    Kind of the cluster
    Metadata Pulumi.AzureNative.Confluent.Inputs.SCMetadataEntityResponse
    Metadata of the record
    Spec Pulumi.AzureNative.Confluent.Inputs.RegionSpecEntityResponse
    Specification of the region
    Id string
    Id of the cluster
    Kind string
    Kind of the cluster
    Metadata SCMetadataEntityResponse
    Metadata of the record
    Spec RegionSpecEntityResponse
    Specification of the region
    id String
    Id of the cluster
    kind String
    Kind of the cluster
    metadata SCMetadataEntityResponse
    Metadata of the record
    spec RegionSpecEntityResponse
    Specification of the region
    id string
    Id of the cluster
    kind string
    Kind of the cluster
    metadata SCMetadataEntityResponse
    Metadata of the record
    spec RegionSpecEntityResponse
    Specification of the region
    id str
    Id of the cluster
    kind str
    Kind of the cluster
    metadata SCMetadataEntityResponse
    Metadata of the record
    spec RegionSpecEntityResponse
    Specification of the region
    id String
    Id of the cluster
    kind String
    Kind of the cluster
    metadata Property Map
    Metadata of the record
    spec Property Map
    Specification of the region

    RegionSpecEntityResponse

    Cloud string
    Cloud provider name
    Name string
    Display Name of the region
    Packages List<string>
    RegionName string
    Region name
    Cloud string
    Cloud provider name
    Name string
    Display Name of the region
    Packages []string
    RegionName string
    Region name
    cloud String
    Cloud provider name
    name String
    Display Name of the region
    packages List<String>
    regionName String
    Region name
    cloud string
    Cloud provider name
    name string
    Display Name of the region
    packages string[]
    regionName string
    Region name
    cloud str
    Cloud provider name
    name str
    Display Name of the region
    packages Sequence[str]
    region_name str
    Region name
    cloud String
    Cloud provider name
    name String
    Display Name of the region
    packages List<String>
    regionName String
    Region name

    SCMetadataEntityResponse

    CreatedTimestamp string
    Created Date Time
    DeletedTimestamp string
    Deleted Date time
    ResourceName string
    Resource name of the record
    Self string
    Self lookup url
    UpdatedTimestamp string
    Updated Date time
    CreatedTimestamp string
    Created Date Time
    DeletedTimestamp string
    Deleted Date time
    ResourceName string
    Resource name of the record
    Self string
    Self lookup url
    UpdatedTimestamp string
    Updated Date time
    createdTimestamp String
    Created Date Time
    deletedTimestamp String
    Deleted Date time
    resourceName String
    Resource name of the record
    self String
    Self lookup url
    updatedTimestamp String
    Updated Date time
    createdTimestamp string
    Created Date Time
    deletedTimestamp string
    Deleted Date time
    resourceName string
    Resource name of the record
    self string
    Self lookup url
    updatedTimestamp string
    Updated Date time
    created_timestamp str
    Created Date Time
    deleted_timestamp str
    Deleted Date time
    resource_name str
    Resource name of the record
    self str
    Self lookup url
    updated_timestamp str
    Updated Date time
    createdTimestamp String
    Created Date Time
    deletedTimestamp String
    Deleted Date time
    resourceName String
    Resource name of the record
    self String
    Self lookup url
    updatedTimestamp String
    Updated Date time

    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 v1 docs if using the v1 version of this package.
    Azure Native v2.39.0 published on Monday, Apr 29, 2024 by Pulumi