ArmSecurityCenterModelFactory.OnPremiseResourceDetails 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.OnPremiseResourceDetails OnPremiseResourceDetails(Azure.Core.ResourceIdentifier workspaceId = default, Guid vmUuid = default, string sourceComputerId = default, string machineName = default);
static member OnPremiseResourceDetails : Azure.Core.ResourceIdentifier * Guid * string * string -> Azure.ResourceManager.SecurityCenter.Models.OnPremiseResourceDetails
Public Shared Function OnPremiseResourceDetails (Optional workspaceId As ResourceIdentifier = Nothing, Optional vmUuid As Guid = Nothing, Optional sourceComputerId As String = Nothing, Optional machineName As String = Nothing) As OnPremiseResourceDetails
Parameters
- workspaceId
- ResourceIdentifier
Azure resource Id of the workspace the machine is attached to.
- vmUuid
- Guid
The unique Id of the machine.
- sourceComputerId
- String
The oms agent Id installed on the machine.
- machineName
- String
The name of the machine.
Returns
A new OnPremiseResourceDetails instance for mocking.