AadSolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ExternalSecuritySolutionProperties - com.
azure. resourcemanager. security. models. AadSolutionProperties
- com.
- com.
public final class AadSolutionProperties
extends ExternalSecuritySolutionProperties
The external security solution properties for AAD solutions.
Constructor Summary
| Constructor | Description |
|---|---|
| AadSolutionProperties() |
Creates an instance of Aad |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Aad |
connectivityState()
Get the connectivity |
|
static
Aad |
fromJson(JsonReader jsonReader)
Reads an instance of Aad |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Aad |
withConnectivityState(AadConnectivityState connectivityState)
Set the connectivity |
|
Aad |
withDeviceType(String deviceType)
Set the device |
|
Aad |
withDeviceVendor(String deviceVendor)
Set the device |
|
Aad |
withWorkspace(ConnectedWorkspace workspace)
Set the workspace property: Represents an OMS workspace to which the solution is connected. |
Methods inherited from ExternalSecuritySolutionProperties
Methods inherited from java.lang.Object
Constructor Details
AadSolutionProperties
public AadSolutionProperties()
Creates an instance of AadSolutionProperties class.
Method Details
connectivityState
public AadConnectivityState connectivityState()
Get the connectivityState property: The connectivity state of the external AAD solution.
Returns:
fromJson
public static AadSolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of AadSolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AadSolutionProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
AadSolutionProperties.validate()withConnectivityState
public AadSolutionProperties withConnectivityState(AadConnectivityState connectivityState)
Set the connectivityState property: The connectivity state of the external AAD solution.
Parameters:
Returns:
withDeviceType
public AadSolutionProperties withDeviceType(String deviceType)
Set the deviceType property: The deviceType property.
Overrides:
AadSolutionProperties.withDeviceType(String deviceType)Parameters:
withDeviceVendor
public AadSolutionProperties withDeviceVendor(String deviceVendor)
Set the deviceVendor property: The deviceVendor property.
Overrides:
AadSolutionProperties.withDeviceVendor(String deviceVendor)Parameters:
withWorkspace
public AadSolutionProperties withWorkspace(ConnectedWorkspace workspace)
Set the workspace property: Represents an OMS workspace to which the solution is connected.
Overrides:
AadSolutionProperties.withWorkspace(ConnectedWorkspace workspace)Parameters: