你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IServiceBusIdentity 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.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
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |