VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the ActiveDirectory API service. More...
Inherits vmware::vcenter::deployment::migrate::ActiveDirectory.
Public Member Functions | |
ActiveDirectoryStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
ActiveDirectoryStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
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. |
Remote stub implementation of the ActiveDirectory API service.
vmware::vcenter::deployment::migrate::ActiveDirectoryStub::ActiveDirectoryStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.TypeConverter | typeConverter, | ||
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware::vcenter::deployment::migrate::ActiveDirectoryStub::ActiveDirectoryStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
vmware.vapi.bindings.IStubConfiguration | config | ||
) | [inline] |
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectoryStub::Check | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::migrate::ActiveDirectory.
vmware.vcenter.deployment.CheckInfo vmware::vcenter::deployment::migrate::ActiveDirectoryStub::Check | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::deployment::migrate::ActiveDirectory.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::migrate::ActiveDirectoryStub::CheckAsync | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec | ) | [inline] |
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. |
Implements vmware::vcenter::deployment::migrate::ActiveDirectory.
global::System.Threading.Tasks.Task<vmware.vcenter.deployment.CheckInfo> vmware::vcenter::deployment::migrate::ActiveDirectoryStub::CheckAsync | ( | vmware.vcenter.deployment.migrate.ActiveDirectoryTypes.CheckSpec | spec, |
global::System.Action< vmware.vapi.std.Progress > | _progress, | ||
vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
) | [inline] |
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 |
Implements vmware::vcenter::deployment::migrate::ActiveDirectory.