Azure Native
getNamespace
Description of a namespace resource. 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:
- 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
Resource location.
- Metric
Id string Identifier for Azure Insights metrics.
- Name string
Resource name.
- Provisioning
State string - 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. Relay. Outputs. Sku Response SKU of the namespace.
- Dictionary<string, string>
Resource tags.
- Created
At string The time the namespace was created.
- Id string
Resource ID.
- Location string
Resource location.
- Metric
Id string Identifier for Azure Insights metrics.
- Name string
Resource name.
- Provisioning
State string - 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
Sku
Response SKU of the namespace.
- map[string]string
Resource tags.
- created
At String The time the namespace was created.
- id String
Resource ID.
- location String
Resource location.
- metric
Id String Identifier for Azure Insights metrics.
- name String
Resource name.
- provisioning
State String - 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
Sku
Response SKU of the namespace.
- Map<String,String>
Resource tags.
- created
At string The time the namespace was created.
- id string
Resource ID.
- location string
Resource location.
- metric
Id string Identifier for Azure Insights metrics.
- name string
Resource name.
- provisioning
State string - 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
Sku
Response SKU of the namespace.
- {[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_ strendpoint Endpoint you can use to perform Service Bus operations.
- type str
Resource type.
- updated_
at str The time the namespace was updated.
- sku
Sku
Response SKU of the namespace.
- Mapping[str, str]
Resource tags.
- created
At String The time the namespace was created.
- id String
Resource ID.
- location String
Resource location.
- metric
Id String Identifier for Azure Insights metrics.
- name String
Resource name.
- provisioning
State String - 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
SKU of the namespace.
- Map<String>
Resource tags.
Supporting Types
SkuResponse
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0