VMware vSphere Automation SDK for .NET 7.0.0.1
|
Inherited by vmware::vcenter::lcm::ReportsStub.
Public Member Functions | |
vmware.vcenter.lcm.ReportsTypes.Location | Get (string report) |
Returns the location Reports.Location information for downloading the report for the specified file name. | |
vmware.vcenter.lcm.ReportsTypes.Location | Get (string report, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the location Reports.Location information for downloading the report for the specified file name. | |
global::System.Threading.Tasks.Task < vmware.vcenter.lcm.ReportsTypes.Location > | GetAsync (string report) |
Returns the location Reports.Location information for downloading the report for the specified file name. | |
global::System.Threading.Tasks.Task < vmware.vcenter.lcm.ReportsTypes.Location > | GetAsync (string report, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Returns the location Reports.Location information for downloading the report for the specified file name. |
vmware.vcenter.lcm.ReportsTypes.Location vmware::vcenter::lcm::Reports::Get | ( | string | report | ) |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
Implemented in vmware::vcenter::lcm::ReportsStub.
vmware.vcenter.lcm.ReportsTypes.Location vmware::vcenter::lcm::Reports::Get | ( | string | report, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::lcm::ReportsStub.
global::System.Threading.Tasks.Task<vmware.vcenter.lcm.ReportsTypes.Location> vmware::vcenter::lcm::Reports::GetAsync | ( | string | report | ) |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
Implemented in vmware::vcenter::lcm::ReportsStub.
global::System.Threading.Tasks.Task<vmware.vcenter.lcm.ReportsTypes.Location> vmware::vcenter::lcm::Reports::GetAsync | ( | string | report, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Returns the location Reports.Location information for downloading the report for the specified file name.
Retrieving a report involves two steps:
The HTTP GET request will:
vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
vmware.vapi.std.errors.NotFound | If there is no file associated with report in the system. |
vmware.vapi.std.errors.Error | If there is some unknown internal error. The accompanying error message will give more details about the failure. |
report | The parameter must be an identifier for the resource type: com.vmware.vcenter.lcm.report . |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::lcm::ReportsStub.