EventHubIdentity 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.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EventHubIdentityTypeConverter))]
public class EventHubIdentity : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.EventHubIdentityTypeConverter))>]
type EventHubIdentity = class
interface IEventHubIdentity
interface IJsonSerializable
Public Class EventHubIdentity
Implements IEventHubIdentity
- Inheritance
-
EventHubIdentity
- Attributes
- Implements
Constructors
EventHubIdentity() |
Creates an new EventHubIdentity instance. |
Properties
Alias |
The Disaster Recovery configuration name |
ApplicationGroupName |
The Application Group name |
AuthorizationRuleName |
The authorization rule name. |
ClusterName |
The name of the Event Hubs Cluster. |
ConsumerGroupName |
The consumer group name |
EventHubName |
The Event Hub name |
Id |
Resource identity path |
NamespaceName |
The Namespace name |
PrivateEndpointConnectionName |
The PrivateEndpointConnection name |
ResourceAssociationName |
The ResourceAssociation Name |
ResourceGroupName |
Name of the resource group within the azure subscription. |
SchemaGroupName |
The Schema Group name |
SubscriptionId |
Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EventHubIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EventHubIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IEventHubIdentity. |
FromJsonString(String) |
Creates a new instance of EventHubIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EventHubIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |