Azure.ResourceManager.ServiceBus by Microsoft

<PackageReference Include="Azure.ResourceManager.ServiceBus" Version="1.0.0" />

.NET API 645,544 bytes

 ServiceBusNamespaceData

A class representing the ServiceBusNamespace data model.
public string AlternateName { get; set; }

Alternate name for namespace.

public DateTimeOffset? CreatedOn { get; }

The time the namespace was created.

public bool? DisableLocalAuth { get; set; }

This property disables SAS authentication for the Service Bus namespace.

public ServiceBusEncryption Encryption { get; set; }

Properties of BYOK Encryption description.

public ManagedServiceIdentity Identity { get; set; }

Properties of BYOK Identity description.

public bool? IsZoneRedundant { get; set; }

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

public string MetricId { get; }

Identifier for Azure Insights metrics.

List of private endpoint connections.

public string ProvisioningState { get; }

Provisioning state of the namespace.

public string ServiceBusEndpoint { get; }

Endpoint you can use to perform Service Bus operations.

public ServiceBusSku Sku { get; set; }

Properties of SKU.

public string Status { get; }

Status of the namespace.

public DateTimeOffset? UpdatedOn { get; }

The time the namespace was updated.

Initializes a new instance of ServiceBusNamespaceData.