Dela via


SbNamespaceUpdateProperties Class

Definition

Properties of the namespace.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespaceUpdatePropertiesTypeConverter))]
public class SbNamespaceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbNamespaceUpdateProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.SbNamespaceUpdatePropertiesTypeConverter))>]
type SbNamespaceUpdateProperties = class
    interface ISbNamespaceUpdateProperties
    interface IJsonSerializable
Public Class SbNamespaceUpdateProperties
Implements ISbNamespaceUpdateProperties
Inheritance
SbNamespaceUpdateProperties
Attributes
Implements

Constructors

SbNamespaceUpdateProperties()

Creates an new SbNamespaceUpdateProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SbNamespaceUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SbNamespaceUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ISbNamespaceUpdateProperties.

FromJsonString(String)

Creates a new instance of SbNamespaceUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SbNamespaceUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to