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.servicebus.getNamespace
Explore with Pulumi AI
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
Gets a 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:servicebus:getNamespace
arguments:
# arguments dictionary
The following arguments are supported:
- Namespace
Name string - The namespace name
- Resource
Group stringName - Name of the Resource group within the Azure subscription.
- Namespace
Name string - The namespace name
- Resource
Group stringName - Name of the Resource group within the Azure subscription.
- namespace
Name String - The namespace name
- resource
Group StringName - Name of the Resource group within the Azure subscription.
- namespace
Name string - The namespace name
- resource
Group stringName - Name of the Resource group within the Azure subscription.
- namespace_
name str - The namespace name
- resource_
group_ strname - Name of the Resource group within the Azure subscription.
- namespace
Name String - The namespace name
- resource
Group StringName - Name of the Resource group within the Azure subscription.
getNamespace Result
The following output properties are available:
- Created
At string - The time the namespace was created.
- Id string
- Resource Id
- Location string
- The Geo-location where the resource lives
- Metric
Id string - Identifier for Azure Insights metrics
- Name string
- Resource name
- Provisioning
State string - Provisioning state of the namespace.
- Service
Bus stringEndpoint - Endpoint you can use to perform Service Bus operations.
- Type string
- Resource type
- Updated
At string - The time the namespace was updated.
- Sku
Pulumi.
Azure Native. Service Bus. Outputs. SBSku Response - Properties of Sku
- Dictionary<string, string>
- Resource tags
- Created
At string - The time the namespace was created.
- Id string
- Resource Id
- Location string
- The Geo-location where the resource lives
- Metric
Id string - Identifier for Azure Insights metrics
- Name string
- Resource name
- Provisioning
State string - Provisioning state of the namespace.
- Service
Bus stringEndpoint - Endpoint you can use to perform Service Bus operations.
- Type string
- Resource type
- Updated
At string - The time the namespace was updated.
- Sku
SBSku
Response - Properties of Sku
- map[string]string
- Resource tags
- created
At String - The time the namespace was created.
- id String
- Resource Id
- location String
- The Geo-location where the resource lives
- metric
Id String - Identifier for Azure Insights metrics
- name String
- Resource name
- provisioning
State String - Provisioning state of the namespace.
- service
Bus StringEndpoint - Endpoint you can use to perform Service Bus operations.
- type String
- Resource type
- updated
At String - The time the namespace was updated.
- sku
SBSku
Response - Properties of Sku
- Map<String,String>
- Resource tags
- created
At string - The time the namespace was created.
- id string
- Resource Id
- location string
- The Geo-location where the resource lives
- metric
Id string - Identifier for Azure Insights metrics
- name string
- Resource name
- provisioning
State string - Provisioning state of the namespace.
- service
Bus stringEndpoint - Endpoint you can use to perform Service Bus operations.
- type string
- Resource type
- updated
At string - The time the namespace was updated.
- sku
SBSku
Response - Properties of Sku
- {[key: string]: string}
- Resource tags
- created_
at str - The time the namespace was created.
- id str
- Resource Id
- location str
- The Geo-location where the resource lives
- metric_
id str - Identifier for Azure Insights metrics
- name str
- Resource name
- provisioning_
state str - Provisioning state of the namespace.
- service_
bus_ strendpoint - Endpoint you can use to perform Service Bus operations.
- type str
- Resource type
- updated_
at str - The time the namespace was updated.
- sku
SBSku
Response - Properties of Sku
- Mapping[str, str]
- Resource tags
- created
At String - The time the namespace was created.
- id String
- Resource Id
- location String
- The Geo-location where the resource lives
- metric
Id String - Identifier for Azure Insights metrics
- name String
- Resource name
- provisioning
State String - Provisioning state of the namespace.
- service
Bus StringEndpoint - Endpoint you can use to perform Service Bus operations.
- type String
- Resource type
- updated
At String - The time the namespace was updated.
- sku Property Map
- Properties of Sku
- Map<String>
- Resource tags
Supporting Types
SBSkuResponse
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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