Dela via


ISbNamespaceUpdateProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespaceUpdatePropertiesTypeConverter))]
public interface ISbNamespaceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespaceUpdatePropertiesTypeConverter))>]
type ISbNamespaceUpdateProperties = interface
    interface IJsonSerializable
Public Interface ISbNamespaceUpdateProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AlternateName

Alternate name for namespace

CreatedAt

The time the namespace was created

DisableLocalAuth

This property disables SAS authentication for the Service Bus namespace.

EncryptionKeySource

Enumerates the possible value of keySource for Encryption

EncryptionKeyVaultProperty

Properties of KeyVault

EncryptionRequireInfrastructureEncryption

Enable Infrastructure Encryption (Double Encryption)

MetricId

Identifier for Azure Insights metrics

PrivateEndpointConnection

List of private endpoint connections.

ProvisioningState

Provisioning state of the namespace.

ServiceBusEndpoint

Endpoint you can use to perform Service Bus operations.

Status

Status of the namespace.

UpdatedAt

The time the namespace was updated.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to