OnPremiseResourceDetails(ResourceIdentifier, Guid, String, String) Constructor
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.
Initializes a new instance of OnPremiseResourceDetails.
public OnPremiseResourceDetails (Azure.Core.ResourceIdentifier workspaceId, Guid vmUuid, string sourceComputerId, string machineName);
new Azure.ResourceManager.SecurityCenter.Models.OnPremiseResourceDetails : Azure.Core.ResourceIdentifier * Guid * string * string -> Azure.ResourceManager.SecurityCenter.Models.OnPremiseResourceDetails
Public Sub New (workspaceId As ResourceIdentifier, vmUuid As Guid, sourceComputerId As String, machineName As String)
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.
Exceptions
workspaceId
, sourceComputerId
or machineName
is null.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET