VMware vSphere Automation SDK for .NET 7.0.0.1
|
The Update
interface provides methods to get the status of the appliance update.
More...
Inherited by vmware::appliance::UpdateStub.
Public Member Functions | |
vmware.appliance.UpdateTypes.Info | Get () |
Gets the current status of the appliance update. | |
vmware.appliance.UpdateTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets the current status of the appliance update. | |
global::System.Threading.Tasks.Task < vmware.appliance.UpdateTypes.Info > | GetAsync () |
Gets the current status of the appliance update. | |
global::System.Threading.Tasks.Task < vmware.appliance.UpdateTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Gets the current status of the appliance update. | |
void | Cancel () |
Request the cancellation the update operation that is currently in progress. | |
void | Cancel (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Request the cancellation the update operation that is currently in progress. | |
global::System.Threading.Tasks.Task | CancelAsync () |
Request the cancellation the update operation that is currently in progress. | |
global::System.Threading.Tasks.Task | CancelAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Request the cancellation the update operation that is currently in progress. |
The Update
interface provides methods to get the status of the appliance update.
This interface was added in vSphere API 6.7.
void vmware::appliance::Update::Cancel | ( | ) |
Request the cancellation the update operation that is currently in progress.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
void vmware::appliance::Update::Cancel | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Request the cancellation the update operation that is currently in progress.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
global::System.Threading.Tasks.Task vmware::appliance::Update::CancelAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Request the cancellation the update operation that is currently in progress.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
global::System.Threading.Tasks.Task vmware::appliance::Update::CancelAsync | ( | ) |
Request the cancellation the update operation that is currently in progress.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.NotAllowedInCurrentState | Current task is not cancellable |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
vmware.appliance.UpdateTypes.Info vmware::appliance::Update::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets the current status of the appliance update.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
vmware.appliance.UpdateTypes.Info vmware::appliance::Update::Get | ( | ) |
Gets the current status of the appliance update.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
global::System.Threading.Tasks.Task<vmware.appliance.UpdateTypes.Info> vmware::appliance::Update::GetAsync | ( | ) |
Gets the current status of the appliance update.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.
global::System.Threading.Tasks.Task<vmware.appliance.UpdateTypes.Info> vmware::appliance::Update::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Gets the current status of the appliance update.
This method was added in vSphere API 6.7.
vmware.vapi.std.errors.Error | Generic error |
vmware.vapi.std.errors.Unauthenticated | session is not authenticated |
vmware.vapi.std.errors.Unauthorized | session is not authorized to perform this operation |
Implemented in vmware::appliance::UpdateStub.