MicrosoftgraphlicenseUnitsDetail Constructors

Definition

Overloads

MicrosoftgraphlicenseUnitsDetail()
MicrosoftgraphlicenseUnitsDetail(IDictionary<String,Object>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

MicrosoftgraphlicenseUnitsDetail()

public MicrosoftgraphlicenseUnitsDetail ();
Public Sub New ()

Applies to

MicrosoftgraphlicenseUnitsDetail(IDictionary<String,Object>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

public MicrosoftgraphlicenseUnitsDetail (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, int? enabled = default, int? suspended = default, int? warning = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphlicenseUnitsDetail : System.Collections.Generic.IDictionary<string, obj> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphlicenseUnitsDetail
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional enabled As Nullable(Of Integer) = Nothing, Optional suspended As Nullable(Of Integer) = Nothing, Optional warning As Nullable(Of Integer) = Nothing)

Parameters

additionalProperties
IDictionary<String,Object>
enabled
Nullable<Int32>
suspended
Nullable<Int32>
warning
Nullable<Int32>

Applies to