SBNamespaceUpdateParameters 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SBNamespaceUpdateParameters : Microsoft.Azure.Management.ServiceBus.Models.ResourceNamespacePatch
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SBNamespaceUpdateParameters = class
inherit ResourceNamespacePatch
Public Class SBNamespaceUpdateParameters
Inherits ResourceNamespacePatch
- Inheritance
- Attributes
Constructors
SBNamespaceUpdateParameters() |
Initializes a new instance of the SBNamespaceUpdateParameters class. |
SBNamespaceUpdateParameters(String, String, String, String, IDictionary<String, String>, SBSku, String, String, Nullable<DateTime>, Nullable<DateTime>, String, String, Encryption, IList<PrivateEndpointConnection>, Nullable<Boolean>, String, Identity) |
Initializes a new instance of the SBNamespaceUpdateParameters class. |
Properties
AlternateName |
Gets or sets alternate name for namespace |
CreatedAt |
Gets the time the namespace was created |
DisableLocalAuth |
Gets or sets this property disables SAS authentication for the Service Bus namespace. |
Encryption |
Gets or sets properties of BYOK Encryption description |
Id |
Gets resource Id (Inherited from Resource) |
Identity |
Gets or sets properties of BYOK Identity description |
Location |
Gets or sets resource location (Inherited from ResourceNamespacePatch) |
MetricId |
Gets identifier for Azure Insights metrics |
Name |
Gets resource name (Inherited from Resource) |
PrivateEndpointConnections |
Gets or sets list of private endpoint connections. |
ProvisioningState |
Gets provisioning state of the namespace. |
ServiceBusEndpoint |
Gets endpoint you can use to perform Service Bus operations. |
Sku |
Gets or sets properties of SKU |
Status |
Gets status of the namespace. |
Tags |
Gets or sets resource tags (Inherited from ResourceNamespacePatch) |
Type |
Gets resource type (Inherited from Resource) |
UpdatedAt |
Gets the time the namespace was updated. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET