Show / Hide Table of Contents

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 Source

Capacity

The capacity of the ServiceBus Namespace.

Declaration
public readonly int Capacity
Field Value
Type Description
System.Int32
View Source

DefaultPrimaryConnectionString

The primary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultPrimaryConnectionString
Field Value
Type Description
System.String
View Source

DefaultPrimaryKey

The primary access key for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultPrimaryKey
Field Value
Type Description
System.String
View Source

DefaultSecondaryConnectionString

The secondary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultSecondaryConnectionString
Field Value
Type Description
System.String
View Source

DefaultSecondaryKey

The secondary access key for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultSecondaryKey
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The location of the Resource Group in which the ServiceBus Namespace exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Sku

The Tier used for the ServiceBus Namespace.

Declaration
public readonly string Sku
Field Value
Type Description
System.String
View Source

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>
View Source

ZoneRedundant

Whether or not this ServiceBus Namespace is zone redundant.

Declaration
public readonly bool ZoneRedundant
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.