SbNamespaceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the namespace.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbNamespacePropertiesTypeConverter))]
public class SbNamespaceProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbNamespaceProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbNamespacePropertiesTypeConverter))>]
type SbNamespaceProperties = class
interface ISbNamespaceProperties
interface IJsonSerializable
Public Class SbNamespaceProperties
Implements ISbNamespaceProperties
- Inheritance
-
SbNamespaceProperties
- Attributes
- Implements
Constructors
SbNamespaceProperties() |
Creates an new SbNamespaceProperties 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. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SbNamespaceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SbNamespaceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISbNamespaceProperties. |
FromJsonString(String) |
Creates a new instance of SbNamespaceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SbNamespaceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |