AadSolutionProperties 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
AadSolutionProperties() |
Initializes a new instance of the AadSolutionProperties class. |
AadSolutionProperties(String, String, ConnectedWorkspace, String) |
Initializes a new instance of the AadSolutionProperties class. |
AadSolutionProperties()
Initializes a new instance of the AadSolutionProperties class.
public AadSolutionProperties ();
Public Sub New ()
Applies to
AadSolutionProperties(String, String, ConnectedWorkspace, String)
Initializes a new instance of the AadSolutionProperties class.
public AadSolutionProperties (string deviceVendor = default, string deviceType = default, Microsoft.Azure.Management.Security.Models.ConnectedWorkspace workspace = default, string connectivityState = default);
new Microsoft.Azure.Management.Security.Models.AadSolutionProperties : string * string * Microsoft.Azure.Management.Security.Models.ConnectedWorkspace * string -> Microsoft.Azure.Management.Security.Models.AadSolutionProperties
Public Sub New (Optional deviceVendor As String = Nothing, Optional deviceType As String = Nothing, Optional workspace As ConnectedWorkspace = Nothing, Optional connectivityState As String = Nothing)
Parameters
- deviceVendor
- String
- deviceType
- String
- workspace
- ConnectedWorkspace
Represents an OMS workspace to which the solution is connected
- connectivityState
- String
The connectivity state of the external AAD solution Possible values include: 'Discovered', 'NotLicensed', 'Connected'