Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBNamespaceProperties
Packages that use SBNamespaceProperties
Package
Description
Package containing the inner data models for ServiceBusManagementClient.
-
Uses of SBNamespaceProperties in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBNamespacePropertiesModifier and TypeMethodDescriptionstatic SBNamespacePropertiesSBNamespaceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBNamespaceProperties from the JsonReader.SBNamespaceProperties.withAlternateName(String alternateName) Set the alternateName property: Alternate name for namespace.SBNamespaceProperties.withDisableLocalAuth(Boolean disableLocalAuth) Set the disableLocalAuth property: This property disables SAS authentication for the Service Bus namespace.SBNamespaceProperties.withEncryption(Encryption encryption) Set the encryption property: Properties of BYOK Encryption description.SBNamespaceProperties.withPrivateEndpointConnections(List<PrivateEndpointConnectionInner> privateEndpointConnections) Set the privateEndpointConnections property: List of private endpoint connections.SBNamespaceProperties.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Enabling this property creates a Premium Service Bus Namespace in regions supported availability zones.