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