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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET