Class GetNamespaceResult
Inheritance
System.Object
GetNamespaceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.ServiceBus
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetNamespaceResult
Fields
View SourceCapacity
The capacity of the ServiceBus Namespace.
Declaration
public readonly int Capacity
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DefaultPrimaryConnectionString
The primary connection string for the authorization
rule RootManageSharedAccessKey.
Declaration
public readonly string DefaultPrimaryConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultPrimaryKey
The primary access key for the authorization rule RootManageSharedAccessKey.
Declaration
public readonly string DefaultPrimaryKey
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultSecondaryConnectionString
The secondary connection string for the
authorization rule RootManageSharedAccessKey.
Declaration
public readonly string DefaultSecondaryConnectionString
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultSecondaryKey
The secondary access key for the authorization rule RootManageSharedAccessKey.
Declaration
public readonly string DefaultSecondaryKey
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Location
The location of the Resource Group in which the ServiceBus Namespace exists.
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
Declaration
public readonly string ResourceGroupName
Field Value
| Type | Description |
|---|---|
| System.String |
Sku
The Tier used for the ServiceBus Namespace.
Declaration
public readonly string Sku
Field Value
| Type | Description |
|---|---|
| System.String |
Tags
A mapping of tags assigned to the resource.
Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
ZoneRedundant
Whether or not this ServiceBus Namespace is zone redundant.
Declaration
public readonly bool ZoneRedundant
Field Value
| Type | Description |
|---|---|
| System.Boolean |