Share via


SBNamespaceUpdateParameters Constructors

Definition

Overloads

SBNamespaceUpdateParameters()

Initializes a new instance of the SBNamespaceUpdateParameters class.

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

Initializes a new instance of the SBNamespaceUpdateParameters class.

SBNamespaceUpdateParameters()

Initializes a new instance of the SBNamespaceUpdateParameters class.

public SBNamespaceUpdateParameters ();
Public Sub New ()

Applies to

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

Initializes a new instance of the SBNamespaceUpdateParameters class.

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

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

location
String

Resource location

tags
IDictionary<String,String>

Resource tags

sku
SBSku

Properties of SKU

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

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

identity
Identity

Properties of BYOK Identity description

Applies to