Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IServiceBusIdentity Interface
Definition
- Assembly:
- Az.ServiceBus.private.dll
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.ServiceBusIdentityTypeConverter))]
public interface IServiceBusIdentity : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ServiceBusIdentityTypeConverter))>]
type IServiceBusIdentity = interface
interface IJsonSerializable
Public Interface IServiceBusIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Alias |
The Disaster Recovery configuration name |
| AuthorizationRuleName |
The authorization rule name. |
| ConfigName |
The configuration name. Should always be "$default". |
| Id |
Resource identity path |
| NamespaceName |
The namespace name |
| PrivateEndpointConnectionName |
The PrivateEndpointConnection name |
| QueueName |
The queue name. |
| ResourceGroupName |
Name of the Resource group within the Azure subscription. |
| RuleName |
The rule name. |
| SubscriptionId |
Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
| SubscriptionName |
The subscription name. |
| TopicName |
The topic name. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |
