EventHubIdentity Class

Definition

[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

Name Description
EventHubIdentity()

Creates an new EventHubIdentity instance.

Properties

Name Description
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

The name of the resource group. The name is case insensitive.

SchemaGroupName

The Schema Group name

SubscriptionId

The ID of the target subscription.

Methods

Name Description
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()

Applies to