IRoleAssignmentScheduleInstance.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