ISbNamespaceUpdateProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.SbNamespaceUpdatePropertiesTypeConverter))]
public interface ISbNamespaceUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.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) |