MicrosoftgraphlicenseUnitsDetail Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>