다음을 통해 공유


IChange.InitiatedByList Property

Definition

The list of identities who might initiated the change. The identity could be user name (email address) or the object ID of the Service Principal.

[Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The list of identities who might initiated the change.\r\n        The identity could be user name (email address) or the object ID of the Service Principal.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="initiatedByList")]
public string[] InitiatedByList { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ChangeAnalysis.Runtime.Info(Description="The list of identities who might initiated the change.\r\n        The identity could be user name (email address) or the object ID of the Service Principal.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="initiatedByList")>]
member this.InitiatedByList : string[] with get, set
Public Property InitiatedByList As String()

Property Value

String[]
Attributes

Applies to