GuestConfigurationConnectedVMwarevSphereAssignmentsReports interface

Interface representing a GuestConfigurationConnectedVMwarevSphereAssignmentsReports.

Methods

get(string, string, string, string, GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams)

Get a report for the guest configuration assignment, by reportId.

list(string, string, string, GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams)

List all reports for the guest configuration assignment, latest report first.

Method Details

get(string, string, string, string, GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams)

Get a report for the guest configuration assignment, by reportId.

function get(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, reportId: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams): Promise<GuestConfigurationAssignmentReport>

Parameters

resourceGroupName

string

The resource group name.

vmName

string

The name of the virtual machine.

guestConfigurationAssignmentName

string

The guest configuration assignment name.

reportId

string

The GUID for the guest configuration assignment report.

Returns

list(string, string, string, GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams)

List all reports for the guest configuration assignment, latest report first.

function list(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams): Promise<GuestConfigurationAssignmentReportList>

Parameters

resourceGroupName

string

The resource group name.

vmName

string

The name of the virtual machine.

guestConfigurationAssignmentName

string

The guest configuration assignment name.

Returns