EventHubDataConnection.ManagedIdentityResourceId Property

Definition

Gets or sets the resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.managedIdentityResourceId")]
public string ManagedIdentityResourceId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.managedIdentityResourceId")>]
member this.ManagedIdentityResourceId : string with get, set
Public Property ManagedIdentityResourceId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to