Partager via


ArmServiceBusModelFactory.ServiceBusNamespaceData Method

Definition

Overloads

ServiceBusNamespaceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ServiceBusSku, ManagedServiceIdentity, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Boolean>, ServiceBusEncryption, IEnumerable<ServiceBusPrivateEndpointConnectionData>, Nullable<Boolean>, String)
ServiceBusNamespaceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ServiceBusSku, ManagedServiceIdentity, Nullable<ServiceBusMinimumTlsVersion>, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Boolean>, ServiceBusEncryption, IEnumerable<ServiceBusPrivateEndpointConnectionData>, Nullable<Boolean>, String, Nullable<ServiceBusPublicNetworkAccess>, Nullable<Int32>)

Initializes a new instance of ServiceBusNamespaceData.

ServiceBusNamespaceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ServiceBusSku, ManagedServiceIdentity, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Boolean>, ServiceBusEncryption, IEnumerable<ServiceBusPrivateEndpointConnectionData>, Nullable<Boolean>, String)

Source:
ArmServiceBusModelFactory.cs
public static Azure.ResourceManager.ServiceBus.ServiceBusNamespaceData ServiceBusNamespaceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusSku sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, string provisioningState = default, string status = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, string serviceBusEndpoint = default, string metricId = default, bool? isZoneRedundant = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusEncryption encryption = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData> privateEndpointConnections = default, bool? disableLocalAuth = default, string alternateName = default);
static member ServiceBusNamespaceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.ServiceBus.Models.ServiceBusSku * Azure.ResourceManager.Models.ManagedServiceIdentity * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Nullable<bool> * Azure.ResourceManager.ServiceBus.Models.ServiceBusEncryption * seq<Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData> * Nullable<bool> * string -> Azure.ResourceManager.ServiceBus.ServiceBusNamespaceData
Public Shared Function ServiceBusNamespaceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As ServiceBusSku = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional metricId As String = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional encryption As ServiceBusEncryption = Nothing, Optional privateEndpointConnections As IEnumerable(Of ServiceBusPrivateEndpointConnectionData) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional alternateName As String = Nothing) As ServiceBusNamespaceData

Parameters

name
String
resourceType
ResourceType
systemData
SystemData
location
AzureLocation
provisioningState
String
status
String
serviceBusEndpoint
String
metricId
String
isZoneRedundant
Nullable<Boolean>
disableLocalAuth
Nullable<Boolean>
alternateName
String

Returns

Applies to

ServiceBusNamespaceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, ServiceBusSku, ManagedServiceIdentity, Nullable<ServiceBusMinimumTlsVersion>, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, Nullable<Boolean>, ServiceBusEncryption, IEnumerable<ServiceBusPrivateEndpointConnectionData>, Nullable<Boolean>, String, Nullable<ServiceBusPublicNetworkAccess>, Nullable<Int32>)

Source:
ArmServiceBusModelFactory.cs

Initializes a new instance of ServiceBusNamespaceData.

public static Azure.ResourceManager.ServiceBus.ServiceBusNamespaceData ServiceBusNamespaceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusSku sku = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusMinimumTlsVersion? minimumTlsVersion = default, string provisioningState = default, string status = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, string serviceBusEndpoint = default, string metricId = default, bool? isZoneRedundant = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusEncryption encryption = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData> privateEndpointConnections = default, bool? disableLocalAuth = default, string alternateName = default, Azure.ResourceManager.ServiceBus.Models.ServiceBusPublicNetworkAccess? publicNetworkAccess = default, int? premiumMessagingPartitions = default);
static member ServiceBusNamespaceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.ServiceBus.Models.ServiceBusSku * Azure.ResourceManager.Models.ManagedServiceIdentity * Nullable<Azure.ResourceManager.ServiceBus.Models.ServiceBusMinimumTlsVersion> * string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Nullable<bool> * Azure.ResourceManager.ServiceBus.Models.ServiceBusEncryption * seq<Azure.ResourceManager.ServiceBus.ServiceBusPrivateEndpointConnectionData> * Nullable<bool> * string * Nullable<Azure.ResourceManager.ServiceBus.Models.ServiceBusPublicNetworkAccess> * Nullable<int> -> Azure.ResourceManager.ServiceBus.ServiceBusNamespaceData
Public Shared Function ServiceBusNamespaceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional sku As ServiceBusSku = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional minimumTlsVersion As Nullable(Of ServiceBusMinimumTlsVersion) = Nothing, Optional provisioningState As String = Nothing, Optional status As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional serviceBusEndpoint As String = Nothing, Optional metricId As String = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional encryption As ServiceBusEncryption = Nothing, Optional privateEndpointConnections As IEnumerable(Of ServiceBusPrivateEndpointConnectionData) = Nothing, Optional disableLocalAuth As Nullable(Of Boolean) = Nothing, Optional alternateName As String = Nothing, Optional publicNetworkAccess As Nullable(Of ServiceBusPublicNetworkAccess) = Nothing, Optional premiumMessagingPartitions As Nullable(Of Integer) = Nothing) As ServiceBusNamespaceData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

sku
ServiceBusSku

Properties of SKU.

identity
ManagedServiceIdentity

Properties of BYOK Identity description.

minimumTlsVersion
Nullable<ServiceBusMinimumTlsVersion>

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

provisioningState
String

Provisioning state of the namespace.

status
String

Status of the namespace.

createdOn
Nullable<DateTimeOffset>

The time the namespace was created.

updatedOn
Nullable<DateTimeOffset>

The time the namespace was updated.

serviceBusEndpoint
String

Endpoint you can use to perform Service Bus operations.

metricId
String

Identifier for Azure Insights metrics.

isZoneRedundant
Nullable<Boolean>

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

encryption
ServiceBusEncryption

Properties of BYOK Encryption description.

privateEndpointConnections
IEnumerable<ServiceBusPrivateEndpointConnectionData>

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
Nullable<ServiceBusPublicNetworkAccess>

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

premiumMessagingPartitions
Nullable<Int32>

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.

Returns

A new ServiceBusNamespaceData instance for mocking.

Applies to