ArmSecurityCenterModelFactory.AadSolutionProperties Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.AadSolutionProperties AadSolutionProperties(string deviceVendor = default, string deviceType = default, Azure.Core.ResourceIdentifier workspaceId = default, System.Collections.Generic.IDictionary<string,BinaryData> additionalProperties = default, Azure.ResourceManager.SecurityCenter.Models.AadConnectivityStateType? connectivityState = default);
static member AadSolutionProperties : string * string * Azure.Core.ResourceIdentifier * System.Collections.Generic.IDictionary<string, BinaryData> * Nullable<Azure.ResourceManager.SecurityCenter.Models.AadConnectivityStateType> -> Azure.ResourceManager.SecurityCenter.Models.AadSolutionProperties
Public Shared Function AadSolutionProperties (Optional deviceVendor As String = Nothing, Optional deviceType As String = Nothing, Optional workspaceId As ResourceIdentifier = Nothing, Optional additionalProperties As IDictionary(Of String, BinaryData) = Nothing, Optional connectivityState As Nullable(Of AadConnectivityStateType) = Nothing) As AadSolutionProperties
Parameters
- deviceVendor
- String
- deviceType
- String
- workspaceId
- ResourceIdentifier
Azure resource ID of the connected OMS workspace.
- additionalProperties
- IDictionary<String,BinaryData>
- connectivityState
- Nullable<AadConnectivityStateType>
The connectivity state of the external AAD solution.
Returns
A new AadSolutionProperties instance for mocking.