VMware vSphere Automation SDK for .NET 7.0.0.1
|
The ActiveDirectory
interface provides methods to check if the migrated vCenter Server appliance can join to the given domain using the provided credentials.
More...
Inherited by vmware::vcenter::deployment::migrate::ActiveDirectoryStub.
Public Member Functions | |
vmware.vcenter.deployment.CheckInfo | Check (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain. | |
vmware.vcenter.deployment.CheckInfo | Check (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.CheckInfo > | CheckAsync (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain. | |
global::System.Threading.Tasks.Task < vmware.vcenter.deployment.CheckInfo > | CheckAsync (vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec spec, global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain. |
The ActiveDirectory
interface provides methods to check if the migrated vCenter Server appliance can join to the given domain using the provided credentials.
This interface was added in vSphere API 7.0.0.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectory::Check | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec | ) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | Information to connect to Active Directory. |
Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectory::Check | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | Information to connect to Active Directory. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::migrate::ActiveDirectory::CheckAsync | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec | ) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | Information to connect to Active Directory. |
Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::migrate::ActiveDirectory::CheckAsync | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) |
Checks whether the provided Active Directory user has permission to join the migrated vCenter Server appliance to the domain.
This method was added in vSphere API 7.0.0.
vmware.vapi.std.errors.Unauthenticated | if the caller is not authenticated. |
vmware.vapi.std.errors.InvalidArgument | if passed arguments are invalid. |
vmware.vapi.std.errors.NotAllowedInCurrentState | if the appliance is not in INITIALIZED state. |
spec | Information to connect to Active Directory. |
_progress | Progress notification call back |
_invocationConfig | Configuration for the method invocation |
Implemented in vmware::vcenter::deployment::migrate::ActiveDirectoryStub.