|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Remote stub implementation of the Principal API service. More...
Inherits vmware::vcenter::trusted_infrastructure::Principal.
Public Member Functions | |
| PrincipalStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.TypeConverter typeConverter, vmware.vapi.bindings.IStubConfiguration config) | |
| PrincipalStub (vmware.vapi.core.IApiProvider iApiProvider, vmware.vapi.bindings.IStubConfiguration config) | |
| vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info | Get () |
| Returns information about the STS used by this vCenter instance. | |
| vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info | Get (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about the STS used by this vCenter instance. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info > | GetAsync () |
| Returns information about the STS used by this vCenter instance. | |
| global::System.Threading.Tasks.Task < vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info > | GetAsync (global::System.Action< vmware.vapi.std.Progress > _progress, vmware.vapi.bindings.client.InvocationConfig _invocationConfig) |
| Returns information about the STS used by this vCenter instance. | |
Remote stub implementation of the Principal API service.
| vmware::vcenter::trusted_infrastructure::PrincipalStub::PrincipalStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.TypeConverter | typeConverter, | ||
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware::vcenter::trusted_infrastructure::PrincipalStub::PrincipalStub | ( | vmware.vapi.core.IApiProvider | iApiProvider, |
| vmware.vapi.bindings.IStubConfiguration | config | ||
| ) | [inline] |
| vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info vmware::vcenter::trusted_infrastructure::PrincipalStub::Get | ( | ) | [inline] |
Returns information about the STS used by this vCenter instance.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::vcenter::trusted_infrastructure::Principal.
| vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info vmware::vcenter::trusted_infrastructure::PrincipalStub::Get | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about the STS used by this vCenter instance.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::vcenter::trusted_infrastructure::Principal.
| global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info> vmware::vcenter::trusted_infrastructure::PrincipalStub::GetAsync | ( | ) | [inline] |
Returns information about the STS used by this vCenter instance.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::vcenter::trusted_infrastructure::Principal.
| global::System.Threading.Tasks.Task<vmware.vcenter.trusted_infrastructure.PrincipalTypes.Info> vmware::vcenter::trusted_infrastructure::PrincipalStub::GetAsync | ( | global::System.Action< vmware.vapi.std.Progress > | _progress, |
| vmware.vapi.bindings.client.InvocationConfig | _invocationConfig | ||
| ) | [inline] |
Returns information about the STS used by this vCenter instance.
This method was added in vSphere API 7.0.0.
| vmware.vapi.std.errors.Error | if there is a generic error. |
| vmware.vapi.std.errors.Unauthenticated | if the user can not be authenticated. |
| vmware.vapi.std.errors.Unauthorized | if you do not have all of the privileges described as follows:
|
Implements vmware::vcenter::trusted_infrastructure::Principal.