ServiceBusNamespacePatch Class
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.
Description of a namespace resource.
public class ServiceBusNamespacePatch : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusNamespacePatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusNamespacePatch>
type ServiceBusNamespacePatch = class
inherit TrackedResourceData
interface IJsonModel<ServiceBusNamespacePatch>
interface IPersistableModel<ServiceBusNamespacePatch>
Public Class ServiceBusNamespacePatch
Inherits TrackedResourceData
Implements IJsonModel(Of ServiceBusNamespacePatch), IPersistableModel(Of ServiceBusNamespacePatch)
- Inheritance
- Implements
Constructors
ServiceBusNamespacePatch(AzureLocation) |
Initializes a new instance of ServiceBusNamespacePatch. |
Properties
AlternateName |
Alternate name for namespace. |
CreatedOn |
The time the namespace was created. |
DisableLocalAuth |
This property disables SAS authentication for the Service Bus namespace. |
Encryption |
Properties of BYOK Encryption description. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
Properties of BYOK Identity description. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MetricId |
Identifier for Azure Insights metrics. |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateEndpointConnections |
List of private endpoint connections. |
ProvisioningState |
Provisioning state of the namespace. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ServiceBusEndpoint |
Endpoint you can use to perform Service Bus operations. |
Sku |
Properties of SKU. |
Status |
Status of the namespace. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UpdatedOn |
The time the namespace was updated. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
IJsonModel<ServiceBusNamespacePatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ServiceBusNamespacePatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ServiceBusNamespacePatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ServiceBusNamespacePatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ServiceBusNamespacePatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET