|
VMware vSphere Automation SDK for .NET 6.5.0
|
User interface provides methods Perform operations on local user account.
More...
Inherited by vmware::appliance::techpreview::localaccounts::UserStub.
Public Member Functions | |
| void | Delete (string username) |
| Delete a local user account. | |
| void | Delete (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Delete a local user account. | |
| global::System.Threading.Tasks.Task | DeleteAsync (string username) |
| Delete a local user account. | |
| global::System.Threading.Tasks.Task | DeleteAsync (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Delete a local user account. | |
| void | Add (vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig config) |
| Create a new local user account. | |
| void | Add (vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Create a new local user account. | |
| global::System.Threading.Tasks.Task | AddAsync (vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig config) |
| Create a new local user account. | |
| global::System.Threading.Tasks.Task | AddAsync (vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Create a new local user account. | |
| void | Set (vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig config) |
| Update local user account properties role, full name, enabled status and password. | |
| void | Set (vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Update local user account properties role, full name, enabled status and password. | |
| global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig config) |
| Update local user account properties role, full name, enabled status and password. | |
| global::System.Threading.Tasks.Task | SetAsync (vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig config, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Update local user account properties role, full name, enabled status and password. | |
| global::System.Collections.Generic.List < vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet > | List () |
| List of local accounts. | |
| global::System.Collections.Generic.List < vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet > | List (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| List of local accounts. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet > > | ListAsync () |
| List of local accounts. | |
| global::System.Threading.Tasks.Task < global::System.Collections.Generic.List < vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet > > | ListAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| List of local accounts. | |
| vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet | Get (string username) |
| Get the local user account information. | |
| vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet | Get (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get the local user account information. | |
| global::System.Threading.Tasks.Task < vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet > | GetAsync (string username) |
| Get the local user account information. | |
| global::System.Threading.Tasks.Task < vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet > | GetAsync (string username, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Get the local user account information. | |
User interface provides methods Perform operations on local user account.
| void vmware::appliance::techpreview::localaccounts::User::Add | ( | vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig | config | ) |
Create a new local user account.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| void vmware::appliance::techpreview::localaccounts::User::Add | ( | vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig | config, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Create a new local user account.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::localaccounts::User::AddAsync | ( | vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig | config, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Create a new local user account.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::localaccounts::User::AddAsync | ( | vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig | config | ) |
Create a new local user account.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| void vmware::appliance::techpreview::localaccounts::User::Delete | ( | string | username | ) |
Delete a local user account.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| void vmware::appliance::techpreview::localaccounts::User::Delete | ( | string | username, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Delete a local user account.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::localaccounts::User::DeleteAsync | ( | string | username, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Delete a local user account.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::localaccounts::User::DeleteAsync | ( | string | username | ) |
Delete a local user account.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet vmware::appliance::techpreview::localaccounts::User::Get | ( | string | username | ) |
Get the local user account information.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet vmware::appliance::techpreview::localaccounts::User::Get | ( | string | username, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get the local user account information.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task<vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet> vmware::appliance::techpreview::localaccounts::User::GetAsync | ( | string | username | ) |
Get the local user account information.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task<vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet> vmware::appliance::techpreview::localaccounts::User::GetAsync | ( | string | username, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Get the local user account information.
| vmware.vapi.std.errors.Error | Generic error |
| username | User login name. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Collections.Generic.List<vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet> vmware::appliance::techpreview::localaccounts::User::List | ( | ) |
List of local accounts.
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Collections.Generic.List<vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet> vmware::appliance::techpreview::localaccounts::User::List | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
List of local accounts.
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet> > vmware::appliance::techpreview::localaccounts::User::ListAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
List of local accounts.
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task<global::System.Collections.Generic.List<vmware.appliance.techpreview.localaccounts.UserTypes.UserConfigGet> > vmware::appliance::techpreview::localaccounts::User::ListAsync | ( | ) |
List of local accounts.
| vmware.vapi.std.errors.Error | Generic error |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| void vmware::appliance::techpreview::localaccounts::User::Set | ( | vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig | config, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Update local user account properties role, full name, enabled status and password.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| void vmware::appliance::techpreview::localaccounts::User::Set | ( | vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig | config | ) |
Update local user account properties role, full name, enabled status and password.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::localaccounts::User::SetAsync | ( | vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig | config, |
| global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) |
Update local user account properties role, full name, enabled status and password.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
| _progress | Progress notification call back |
| _invocationConfig | Configuration for the method invocation |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.
| global::System.Threading.Tasks.Task vmware::appliance::techpreview::localaccounts::User::SetAsync | ( | vmware.appliance.techpreview.localaccounts.UserTypes.UserConfig | config | ) |
Update local user account properties role, full name, enabled status and password.
| vmware.vapi.std.errors.Error | Generic error |
| config | User configuration. |
Implemented in vmware::appliance::techpreview::localaccounts::UserStub.