Factory.Identity Property

Definition

Gets or sets managed service identity of the factory.

[Newtonsoft.Json.JsonProperty(PropertyName="identity")]
public Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity Identity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]
member this.Identity : Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity with get, set
Public Property Identity As FactoryIdentity

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to