Share via


SBNamespace Constructors

Definition

Overloads

SBNamespace()

Initializes a new instance of the SBNamespace class.

SBNamespace(String, String, String, String, IDictionary<String, String>, SBSku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, String)

Initializes a new instance of the SBNamespace class.

SBNamespace()

Initializes a new instance of the SBNamespace class.

public SBNamespace ();
Public Sub New ()

Applies to

SBNamespace(String, String, String, String, IDictionary<String, String>, SBSku, Identity, SystemData, String, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Nullable<Boolean>, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, String)

Initializes a new instance of the SBNamespace class.

public SBNamespace (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ServiceBus.Models.SBSku sku = default, Microsoft.Azure.Management.ServiceBus.Models.Identity identity = default, Microsoft.Azure.Management.ServiceBus.Models.SystemData systemData = default, string minimumTlsVersion = default, string provisioningState = default, string status = default, DateTime? createdAt = default, DateTime? updatedAt = default, string serviceBusEndpoint = default, string metricId = default, bool? zoneRedundant = default, Microsoft.Azure.Management.ServiceBus.Models.Encryption encryption = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection> privateEndpointConnections = default, bool? disableLocalAuth = default, string alternateName = default, string publicNetworkAccess = default);
new Microsoft.Azure.Management.ServiceBus.Models.SBNamespace : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ServiceBus.Models.SBSku * Microsoft.Azure.Management.ServiceBus.Models.Identity * Microsoft.Azure.Management.ServiceBus.Models.SystemData * string * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<bool> * Microsoft.Azure.Management.ServiceBus.Models.Encryption * System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceBus.Models.PrivateEndpointConnection> * Nullable<bool> * string * string -> Microsoft.Azure.Management.ServiceBus.Models.SBNamespace
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional sku As SBSku = Nothing, Optional identity As Identity = Nothing, Optional systemData As SystemData = Nothing, Optional minimumTlsVersion As String = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional createdAt As Nullable(Of DateTime) = Nothing, Optional updatedAt As Nullable(Of DateTime) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional metricId As String = Nothing, Optional zoneRedundant As Nullable(Of Boolean) = Nothing, Optional encryption As Encryption = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional alternateName As String = Nothing, Optional publicNetworkAccess As String = Nothing)

Parameters

location
String

The Geo-location where the resource lives

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

sku
SBSku

Properties of SKU

identity
Identity

Properties of BYOK Identity description

systemData
SystemData

The system meta data relating to this resource.

minimumTlsVersion
String

The minimum TLS version for the cluster to support, e.g. '1.2'. Possible values include: '1.0', '1.1', '1.2'

provisioningState
String

Provisioning state of the namespace.

status
String

Status of the namespace.

createdAt
Nullable<DateTime>

The time the namespace was created

updatedAt
Nullable<DateTime>

The time the namespace was updated.

serviceBusEndpoint
String

Endpoint you can use to perform Service Bus operations.

metricId
String

Identifier for Azure Insights metrics

zoneRedundant
Nullable<Boolean>

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

encryption
Encryption

Properties of BYOK Encryption description

privateEndpointConnections
IList<PrivateEndpointConnection>

List of private endpoint connections.

disableLocalAuth
Nullable<Boolean>

This property disables SAS authentication for the Service Bus namespace.

alternateName
String

Alternate name for namespace

publicNetworkAccess
String

This determines if traffic is allowed over public network. By default it is enabled. Possible values include: 'Enabled', 'Disabled', 'SecuredByPerimeter'

Applies to