Dela via


ISbNamespaceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespacePropertiesTypeConverter))]
public interface ISbNamespaceProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespacePropertiesTypeConverter))>]
type ISbNamespaceProperties = interface
    interface IJsonSerializable
Public Interface ISbNamespaceProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AlternateName

Alternate name for namespace

CreatedAt

The time the namespace was created

DisableLocalAuth

This property disables SAS authentication for the Service Bus namespace.

EncryptionKeySource

Enumerates the possible value of keySource for Encryption

EncryptionKeyVaultProperty

Properties of KeyVault

EncryptionRequireInfrastructureEncryption

Enable Infrastructure Encryption (Double Encryption)

MetricId

Identifier for Azure Insights metrics

MinimumTlsVersion

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

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

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.

ServiceBusEndpoint

Endpoint you can use to perform Service Bus operations.

Status

Status of the namespace.

UpdatedAt

The time the namespace was updated.

ZoneRedundant

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to