VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::localaccounts::User Interface Reference

User interface provides methods Perform operations on local user account. More...

Inherited by vmware::appliance::techpreview::localaccounts::UserStub.

List of all members.

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.

Detailed Description

User interface provides methods Perform operations on local user account.


Member Function Documentation

void vmware::appliance::techpreview::localaccounts::User::Add ( vmware.appliance.techpreview.localaccounts.UserTypes.NewUserConfig  config)

Create a new local user account.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser configuration.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser configuration.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser configuration.

Implemented in vmware::appliance::techpreview::localaccounts::UserStub.

void vmware::appliance::techpreview::localaccounts::User::Delete ( string  username)

Delete a local user account.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser login name.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser login name.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser login name.
Returns:
local user account information

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser login name.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
local user account information

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser login name.
Returns:
local user account information

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
usernameUser login name.
_progressProgress notification call back
_invocationConfigConfiguration for the method invocation
Returns:
local user account information

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
User configuration.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
User configuration.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
User configuration.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Returns:
User configuration.

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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser configuration.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser configuration.
_progressProgress notification call back
_invocationConfigConfiguration 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.

Exceptions:
vmware.vapi.std.errors.ErrorGeneric error
Parameters:
configUser configuration.

Implemented in vmware::appliance::techpreview::localaccounts::UserStub.


The documentation for this interface was generated from the following file: