1. Packages
  2. Azure Native v1
  3. API Docs
  4. relay
  5. getNamespace
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.relay.getNamespace

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

    Returns the description for the specified namespace. API Version: 2017-04-01.

    Using getNamespace

    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 getNamespace(args: GetNamespaceArgs, opts?: InvokeOptions): Promise<GetNamespaceResult>
    function getNamespaceOutput(args: GetNamespaceOutputArgs, opts?: InvokeOptions): Output<GetNamespaceResult>
    def get_namespace(namespace_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetNamespaceResult
    def get_namespace_output(namespace_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetNamespaceResult]
    func LookupNamespace(ctx *Context, args *LookupNamespaceArgs, opts ...InvokeOption) (*LookupNamespaceResult, error)
    func LookupNamespaceOutput(ctx *Context, args *LookupNamespaceOutputArgs, opts ...InvokeOption) LookupNamespaceResultOutput

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

    public static class GetNamespace 
    {
        public static Task<GetNamespaceResult> InvokeAsync(GetNamespaceArgs args, InvokeOptions? opts = null)
        public static Output<GetNamespaceResult> Invoke(GetNamespaceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNamespaceResult> getNamespace(GetNamespaceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:relay:getNamespace
      arguments:
        # arguments dictionary

    The following arguments are supported:

    NamespaceName string
    The namespace name
    ResourceGroupName string
    Name of the Resource group within the Azure subscription.
    NamespaceName string
    The namespace name
    ResourceGroupName string
    Name of the Resource group within the Azure subscription.
    namespaceName String
    The namespace name
    resourceGroupName String
    Name of the Resource group within the Azure subscription.
    namespaceName string
    The namespace name
    resourceGroupName string
    Name of the Resource group within the Azure subscription.
    namespace_name str
    The namespace name
    resource_group_name str
    Name of the Resource group within the Azure subscription.
    namespaceName String
    The namespace name
    resourceGroupName String
    Name of the Resource group within the Azure subscription.

    getNamespace Result

    The following output properties are available:

    CreatedAt string
    The time the namespace was created.
    Id string
    Resource ID.
    Location string
    Resource location.
    MetricId string
    Identifier for Azure Insights metrics.
    Name string
    Resource name.
    ProvisioningState string
    ServiceBusEndpoint string
    Endpoint you can use to perform Service Bus operations.
    Type string
    Resource type.
    UpdatedAt string
    The time the namespace was updated.
    Sku Pulumi.AzureNative.Relay.Outputs.SkuResponse
    SKU of the namespace.
    Tags Dictionary<string, string>
    Resource tags.
    CreatedAt string
    The time the namespace was created.
    Id string
    Resource ID.
    Location string
    Resource location.
    MetricId string
    Identifier for Azure Insights metrics.
    Name string
    Resource name.
    ProvisioningState string
    ServiceBusEndpoint string
    Endpoint you can use to perform Service Bus operations.
    Type string
    Resource type.
    UpdatedAt string
    The time the namespace was updated.
    Sku SkuResponse
    SKU of the namespace.
    Tags map[string]string
    Resource tags.
    createdAt String
    The time the namespace was created.
    id String
    Resource ID.
    location String
    Resource location.
    metricId String
    Identifier for Azure Insights metrics.
    name String
    Resource name.
    provisioningState String
    serviceBusEndpoint String
    Endpoint you can use to perform Service Bus operations.
    type String
    Resource type.
    updatedAt String
    The time the namespace was updated.
    sku SkuResponse
    SKU of the namespace.
    tags Map<String,String>
    Resource tags.
    createdAt string
    The time the namespace was created.
    id string
    Resource ID.
    location string
    Resource location.
    metricId string
    Identifier for Azure Insights metrics.
    name string
    Resource name.
    provisioningState string
    serviceBusEndpoint string
    Endpoint you can use to perform Service Bus operations.
    type string
    Resource type.
    updatedAt string
    The time the namespace was updated.
    sku SkuResponse
    SKU of the namespace.
    tags {[key: string]: string}
    Resource tags.
    created_at str
    The time the namespace was created.
    id str
    Resource ID.
    location str
    Resource location.
    metric_id str
    Identifier for Azure Insights metrics.
    name str
    Resource name.
    provisioning_state str
    service_bus_endpoint str
    Endpoint you can use to perform Service Bus operations.
    type str
    Resource type.
    updated_at str
    The time the namespace was updated.
    sku SkuResponse
    SKU of the namespace.
    tags Mapping[str, str]
    Resource tags.
    createdAt String
    The time the namespace was created.
    id String
    Resource ID.
    location String
    Resource location.
    metricId String
    Identifier for Azure Insights metrics.
    name String
    Resource name.
    provisioningState String
    serviceBusEndpoint String
    Endpoint you can use to perform Service Bus operations.
    type String
    Resource type.
    updatedAt String
    The time the namespace was updated.
    sku Property Map
    SKU of the namespace.
    tags Map<String>
    Resource tags.

    Supporting Types

    SkuResponse

    Name string
    Name of this SKU.
    Tier string
    The tier of this SKU.
    Name string
    Name of this SKU.
    Tier string
    The tier of this SKU.
    name String
    Name of this SKU.
    tier String
    The tier of this SKU.
    name string
    Name of this SKU.
    tier string
    The tier of this SKU.
    name str
    Name of this SKU.
    tier str
    The tier of this SKU.
    name String
    Name of this SKU.
    tier String
    The tier of this SKU.

    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