ServiceBusNamespaceData 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.
A class representing the ServiceBusNamespace data model. Description of a namespace resource.
public class ServiceBusNamespaceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.ServiceBusNamespaceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.ServiceBusNamespaceData>
type ServiceBusNamespaceData = class
inherit TrackedResourceData
interface IJsonModel<ServiceBusNamespaceData>
interface IPersistableModel<ServiceBusNamespaceData>
Public Class ServiceBusNamespaceData
Inherits TrackedResourceData
Implements IJsonModel(Of ServiceBusNamespaceData), IPersistableModel(Of ServiceBusNamespaceData)
- Inheritance
- Implements
Constructors
ServiceBusNamespaceData(AzureLocation) |
Initializes a new instance of ServiceBusNamespaceData. |
Properties
AlternateName |
Alternate name for namespace. |
CreatedOn |
The time the namespace was created. |
DisableLocalAuth |
This property disables SAS authentication for the Service Bus namespace. |
Encryption |
Properties of BYOK Encryption description. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Properties of BYOK Identity description. |
IsZoneRedundant |
Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MetricId |
Identifier for Azure Insights metrics. |
MinimumTlsVersion |
The minimum TLS version for the cluster to support, e.g. '1.2'. |
Name |
The name of the resource. (Inherited from ResourceData) |
PremiumMessagingPartitions |
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. |
PrivateEndpointConnections |
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. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServiceBusEndpoint |
Endpoint you can use to perform Service Bus operations. |
Sku |
Properties of SKU. |
Status |
Status of the namespace. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UpdatedOn |
The time the namespace was updated. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<ServiceBusNamespaceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServiceBusNamespaceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServiceBusNamespaceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServiceBusNamespaceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServiceBusNamespaceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET