Condividi tramite


SbNamespace Class

Definition

Description of a namespace resource.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespaceTypeConverter))]
public class SbNamespace : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbNamespace, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespaceTypeConverter))>]
type SbNamespace = class
    interface ISbNamespace
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class SbNamespace
Implements ISbNamespace, IValidates
Inheritance
SbNamespace
Attributes
Implements

Constructors

SbNamespace()

Creates an new SbNamespace instance.

Properties

AlternateName

Alternate name for namespace

CreatedAt

The time the namespace was created

DisableLocalAuth

This property disables SAS authentication for the Service Bus namespace.

Id

Resource Id

IdentityType

Type of managed service identity.

KeySource

Enumerates the possible value of keySource for Encryption

KeyVaultProperty

Properties of KeyVault

Location

The Geo-location where the resource lives

MetricId

Identifier for Azure Insights metrics

MinimumTlsVersion

The minimum TLS version for the cluster to support, e.g. '1.2'

Name

Resource name

PremiumMessagingPartition

The number of partitions of a Service Bus namespace. This property is only applicable to Premium SKU namespaces. The default value is 1 and possible values are 1, 2 and 4

PrincipalId

ObjectId from the KeyVault

PrivateEndpointConnection

List of private endpoint connections.

ProvisioningState

Provisioning state of the namespace.

PublicNetworkAccess

This determines if traffic is allowed over public network. By default it is enabled.

RequireInfrastructureEncryption

Enable Infrastructure Encryption (Double Encryption)

ResourceGroupName

Gets the resource group name

ServiceBusEndpoint

Endpoint you can use to perform Service Bus operations.

SkuCapacity

Messaging units for your service bus premium namespace. Valid capacities are {1, 2, 4, 8, 16} multiples of your properties.premiumMessagingPartitions setting. For example, If properties.premiumMessagingPartitions is 1 then possible capacity values are 1, 2, 4, 8, and 16. If properties.premiumMessagingPartitions is 4 then possible capacity values are 4, 8, 16, 32 and 64

SkuName

Name of this SKU.

SkuTier

The billing tier of this particular SKU.

Status

Status of the namespace.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The type of identity that last modified the resource.

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags

TenantId

TenantId from the KeyVault

Type

Resource type

UpdatedAt

The time the namespace was updated.

UserAssignedIdentity

Properties for User Assigned Identities

ZoneRedundant

Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbNamespace.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbNamespace.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbNamespace.

FromJsonString(String)

Creates a new instance of SbNamespace, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbNamespace into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to