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

IRoleAssignmentSchedule.AssignmentType Property

Definition

Assignment type of the role assignment schedule

[Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="Assignment type of the role assignment schedule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType) }, ReadOnly=false, Required=false, SerializedName="assignmentType")]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType? AssignmentType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Runtime.Info(Description="Assignment type of the role assignment schedule", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType) }, ReadOnly=false, Required=false, SerializedName="assignmentType")>]
member this.AssignmentType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Support.AssignmentType> with get, set
Public Property AssignmentType As Nullable(Of AssignmentType)

Property Value

Attributes

Applies to