你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IOperation.Origin Property

Definition

The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"

[Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.Origin) }, ReadOnly=true, Required=false, SerializedName="origin")]
public Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.Origin? Origin { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Runtime.Info(Description="The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system"", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.Origin) }, ReadOnly=true, Required=false, SerializedName="origin")>]
member this.Origin : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Support.Origin>
Public ReadOnly Property Origin As Nullable(Of Origin)

Property Value

Attributes

Applies to