ServiceBusIdentity 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.
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ServiceBusIdentityTypeConverter))]
public class ServiceBusIdentity : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ServiceBusIdentityTypeConverter))>]
type ServiceBusIdentity = class
interface IServiceBusIdentity
interface IJsonSerializable
Public Class ServiceBusIdentity
Implements IServiceBusIdentity
- Inheritance
-
ServiceBusIdentity
- Attributes
- Implements
Constructors
ServiceBusIdentity() |
Creates an new ServiceBusIdentity instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServiceBusIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServiceBusIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.IServiceBusIdentity. |
FromJsonString(String) |
Creates a new instance of ServiceBusIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServiceBusIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |