This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
azure-native.recoveryservices.getReplicationvCenter
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi
Gets the details of a registered vCenter server(Add vCenter server).
Uses Azure REST API version 2023-04-01.
Other available API versions: 2021-03-01, 2023-06-01, 2023-08-01, 2024-01-01, 2024-02-01, 2024-04-01, 2024-10-01.
Using getReplicationvCenter
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getReplicationvCenter(args: GetReplicationvCenterArgs, opts?: InvokeOptions): Promise<GetReplicationvCenterResult>
function getReplicationvCenterOutput(args: GetReplicationvCenterOutputArgs, opts?: InvokeOptions): Output<GetReplicationvCenterResult>def get_replicationv_center(fabric_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            resource_name: Optional[str] = None,
                            vcenter_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetReplicationvCenterResult
def get_replicationv_center_output(fabric_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            resource_name: Optional[pulumi.Input[str]] = None,
                            vcenter_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetReplicationvCenterResult]func LookupReplicationvCenter(ctx *Context, args *LookupReplicationvCenterArgs, opts ...InvokeOption) (*LookupReplicationvCenterResult, error)
func LookupReplicationvCenterOutput(ctx *Context, args *LookupReplicationvCenterOutputArgs, opts ...InvokeOption) LookupReplicationvCenterResultOutput> Note: This function is named LookupReplicationvCenter in the Go SDK.
public static class GetReplicationvCenter 
{
    public static Task<GetReplicationvCenterResult> InvokeAsync(GetReplicationvCenterArgs args, InvokeOptions? opts = null)
    public static Output<GetReplicationvCenterResult> Invoke(GetReplicationvCenterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReplicationvCenterResult> getReplicationvCenter(GetReplicationvCenterArgs args, InvokeOptions options)
public static Output<GetReplicationvCenterResult> getReplicationvCenter(GetReplicationvCenterArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:recoveryservices:getReplicationvCenter
  arguments:
    # arguments dictionaryThe following arguments are supported:
- FabricName string
- Fabric name.
- ResourceGroup stringName 
- The name of the resource group where the recovery services vault is present.
- ResourceName string
- The name of the recovery services vault.
- VcenterName string
- vcenter name.
- FabricName string
- Fabric name.
- ResourceGroup stringName 
- The name of the resource group where the recovery services vault is present.
- ResourceName string
- The name of the recovery services vault.
- VcenterName string
- vcenter name.
- fabricName String
- Fabric name.
- resourceGroup StringName 
- The name of the resource group where the recovery services vault is present.
- resourceName String
- The name of the recovery services vault.
- vcenterName String
- vcenter name.
- fabricName string
- Fabric name.
- resourceGroup stringName 
- The name of the resource group where the recovery services vault is present.
- resourceName string
- The name of the recovery services vault.
- vcenterName string
- vcenter name.
- fabric_name str
- Fabric name.
- resource_group_ strname 
- The name of the resource group where the recovery services vault is present.
- resource_name str
- The name of the recovery services vault.
- vcenter_name str
- vcenter name.
- fabricName String
- Fabric name.
- resourceGroup StringName 
- The name of the resource group where the recovery services vault is present.
- resourceName String
- The name of the recovery services vault.
- vcenterName String
- vcenter name.
getReplicationvCenter Result
The following output properties are available:
- Id string
- Resource Id
- Name string
- Resource Name
- Properties
Pulumi.Azure Native. Recovery Services. Outputs. VCenter Properties Response 
- VCenter related data.
- Type string
- Resource Type
- Location string
- Resource Location
- Id string
- Resource Id
- Name string
- Resource Name
- Properties
VCenterProperties Response 
- VCenter related data.
- Type string
- Resource Type
- Location string
- Resource Location
- id String
- Resource Id
- name String
- Resource Name
- properties
VCenterProperties Response 
- VCenter related data.
- type String
- Resource Type
- location String
- Resource Location
- id string
- Resource Id
- name string
- Resource Name
- properties
VCenterProperties Response 
- VCenter related data.
- type string
- Resource Type
- location string
- Resource Location
- id str
- Resource Id
- name str
- Resource Name
- properties
VCenterProperties Response 
- VCenter related data.
- type str
- Resource Type
- location str
- Resource Location
- id String
- Resource Id
- name String
- Resource Name
- properties Property Map
- VCenter related data.
- type String
- Resource Type
- location String
- Resource Location
Supporting Types
HealthErrorResponse  
- CreationTime stringUtc 
- Error creation time (UTC).
- CustomerResolvability string
- Value indicating whether the health error is customer resolvable.
- EntityId string
- ID of the entity.
- ErrorCategory string
- Category of error.
- ErrorCode string
- Error code.
- ErrorId string
- The health error unique id.
- ErrorLevel string
- Level of error.
- ErrorMessage string
- Error message.
- ErrorSource string
- Source of error.
- ErrorType string
- Type of error.
- InnerHealth List<Pulumi.Errors Azure Native. Recovery Services. Inputs. Inner Health Error Response> 
- The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- PossibleCauses string
- Possible causes of error.
- RecommendedAction string
- Recommended action to resolve error.
- RecoveryProvider stringError Message 
- DRA error message.
- SummaryMessage string
- Summary message of the entity.
- CreationTime stringUtc 
- Error creation time (UTC).
- CustomerResolvability string
- Value indicating whether the health error is customer resolvable.
- EntityId string
- ID of the entity.
- ErrorCategory string
- Category of error.
- ErrorCode string
- Error code.
- ErrorId string
- The health error unique id.
- ErrorLevel string
- Level of error.
- ErrorMessage string
- Error message.
- ErrorSource string
- Source of error.
- ErrorType string
- Type of error.
- InnerHealth []InnerErrors Health Error Response 
- The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- PossibleCauses string
- Possible causes of error.
- RecommendedAction string
- Recommended action to resolve error.
- RecoveryProvider stringError Message 
- DRA error message.
- SummaryMessage string
- Summary message of the entity.
- creationTime StringUtc 
- Error creation time (UTC).
- customerResolvability String
- Value indicating whether the health error is customer resolvable.
- entityId String
- ID of the entity.
- errorCategory String
- Category of error.
- errorCode String
- Error code.
- errorId String
- The health error unique id.
- errorLevel String
- Level of error.
- errorMessage String
- Error message.
- errorSource String
- Source of error.
- errorType String
- Type of error.
- innerHealth List<InnerErrors Health Error Response> 
- The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possibleCauses String
- Possible causes of error.
- recommendedAction String
- Recommended action to resolve error.
- recoveryProvider StringError Message 
- DRA error message.
- summaryMessage String
- Summary message of the entity.
- creationTime stringUtc 
- Error creation time (UTC).
- customerResolvability string
- Value indicating whether the health error is customer resolvable.
- entityId string
- ID of the entity.
- errorCategory string
- Category of error.
- errorCode string
- Error code.
- errorId string
- The health error unique id.
- errorLevel string
- Level of error.
- errorMessage string
- Error message.
- errorSource string
- Source of error.
- errorType string
- Type of error.
- innerHealth InnerErrors Health Error Response[] 
- The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possibleCauses string
- Possible causes of error.
- recommendedAction string
- Recommended action to resolve error.
- recoveryProvider stringError Message 
- DRA error message.
- summaryMessage string
- Summary message of the entity.
- creation_time_ strutc 
- Error creation time (UTC).
- customer_resolvability str
- Value indicating whether the health error is customer resolvable.
- entity_id str
- ID of the entity.
- error_category str
- Category of error.
- error_code str
- Error code.
- error_id str
- The health error unique id.
- error_level str
- Level of error.
- error_message str
- Error message.
- error_source str
- Source of error.
- error_type str
- Type of error.
- inner_health_ Sequence[Innererrors Health Error Response] 
- The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possible_causes str
- Possible causes of error.
- recommended_action str
- Recommended action to resolve error.
- recovery_provider_ strerror_ message 
- DRA error message.
- summary_message str
- Summary message of the entity.
- creationTime StringUtc 
- Error creation time (UTC).
- customerResolvability String
- Value indicating whether the health error is customer resolvable.
- entityId String
- ID of the entity.
- errorCategory String
- Category of error.
- errorCode String
- Error code.
- errorId String
- The health error unique id.
- errorLevel String
- Level of error.
- errorMessage String
- Error message.
- errorSource String
- Source of error.
- errorType String
- Type of error.
- innerHealth List<Property Map>Errors 
- The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.
- possibleCauses String
- Possible causes of error.
- recommendedAction String
- Recommended action to resolve error.
- recoveryProvider StringError Message 
- DRA error message.
- summaryMessage String
- Summary message of the entity.
InnerHealthErrorResponse   
- CreationTime stringUtc 
- Error creation time (UTC).
- CustomerResolvability string
- Value indicating whether the health error is customer resolvable.
- EntityId string
- ID of the entity.
- ErrorCategory string
- Category of error.
- ErrorCode string
- Error code.
- ErrorId string
- The health error unique id.
- ErrorLevel string
- Level of error.
- ErrorMessage string
- Error message.
- ErrorSource string
- Source of error.
- ErrorType string
- Type of error.
- PossibleCauses string
- Possible causes of error.
- RecommendedAction string
- Recommended action to resolve error.
- RecoveryProvider stringError Message 
- DRA error message.
- SummaryMessage string
- Summary message of the entity.
- CreationTime stringUtc 
- Error creation time (UTC).
- CustomerResolvability string
- Value indicating whether the health error is customer resolvable.
- EntityId string
- ID of the entity.
- ErrorCategory string
- Category of error.
- ErrorCode string
- Error code.
- ErrorId string
- The health error unique id.
- ErrorLevel string
- Level of error.
- ErrorMessage string
- Error message.
- ErrorSource string
- Source of error.
- ErrorType string
- Type of error.
- PossibleCauses string
- Possible causes of error.
- RecommendedAction string
- Recommended action to resolve error.
- RecoveryProvider stringError Message 
- DRA error message.
- SummaryMessage string
- Summary message of the entity.
- creationTime StringUtc 
- Error creation time (UTC).
- customerResolvability String
- Value indicating whether the health error is customer resolvable.
- entityId String
- ID of the entity.
- errorCategory String
- Category of error.
- errorCode String
- Error code.
- errorId String
- The health error unique id.
- errorLevel String
- Level of error.
- errorMessage String
- Error message.
- errorSource String
- Source of error.
- errorType String
- Type of error.
- possibleCauses String
- Possible causes of error.
- recommendedAction String
- Recommended action to resolve error.
- recoveryProvider StringError Message 
- DRA error message.
- summaryMessage String
- Summary message of the entity.
- creationTime stringUtc 
- Error creation time (UTC).
- customerResolvability string
- Value indicating whether the health error is customer resolvable.
- entityId string
- ID of the entity.
- errorCategory string
- Category of error.
- errorCode string
- Error code.
- errorId string
- The health error unique id.
- errorLevel string
- Level of error.
- errorMessage string
- Error message.
- errorSource string
- Source of error.
- errorType string
- Type of error.
- possibleCauses string
- Possible causes of error.
- recommendedAction string
- Recommended action to resolve error.
- recoveryProvider stringError Message 
- DRA error message.
- summaryMessage string
- Summary message of the entity.
- creation_time_ strutc 
- Error creation time (UTC).
- customer_resolvability str
- Value indicating whether the health error is customer resolvable.
- entity_id str
- ID of the entity.
- error_category str
- Category of error.
- error_code str
- Error code.
- error_id str
- The health error unique id.
- error_level str
- Level of error.
- error_message str
- Error message.
- error_source str
- Source of error.
- error_type str
- Type of error.
- possible_causes str
- Possible causes of error.
- recommended_action str
- Recommended action to resolve error.
- recovery_provider_ strerror_ message 
- DRA error message.
- summary_message str
- Summary message of the entity.
- creationTime StringUtc 
- Error creation time (UTC).
- customerResolvability String
- Value indicating whether the health error is customer resolvable.
- entityId String
- ID of the entity.
- errorCategory String
- Category of error.
- errorCode String
- Error code.
- errorId String
- The health error unique id.
- errorLevel String
- Level of error.
- errorMessage String
- Error message.
- errorSource String
- Source of error.
- errorType String
- Type of error.
- possibleCauses String
- Possible causes of error.
- recommendedAction String
- Recommended action to resolve error.
- recoveryProvider StringError Message 
- DRA error message.
- summaryMessage String
- Summary message of the entity.
VCenterPropertiesResponse  
- DiscoveryStatus string
- The VCenter discovery status.
- FabricArm stringResource Name 
- The ARM resource name of the fabric containing this VCenter.
- FriendlyName string
- Friendly name of the vCenter.
- HealthErrors List<Pulumi.Azure Native. Recovery Services. Inputs. Health Error Response> 
- The health errors for this VCenter.
- InfrastructureId string
- The infrastructure Id of vCenter.
- InternalId string
- VCenter internal ID.
- IpAddress string
- The IP address of the vCenter.
- LastHeartbeat string
- The time when the last heartbeat was received by vCenter.
- Port string
- The port number for discovery.
- ProcessServer stringId 
- The process server Id.
- RunAs stringAccount Id 
- The account Id which has privileges to discover the vCenter.
- DiscoveryStatus string
- The VCenter discovery status.
- FabricArm stringResource Name 
- The ARM resource name of the fabric containing this VCenter.
- FriendlyName string
- Friendly name of the vCenter.
- HealthErrors []HealthError Response 
- The health errors for this VCenter.
- InfrastructureId string
- The infrastructure Id of vCenter.
- InternalId string
- VCenter internal ID.
- IpAddress string
- The IP address of the vCenter.
- LastHeartbeat string
- The time when the last heartbeat was received by vCenter.
- Port string
- The port number for discovery.
- ProcessServer stringId 
- The process server Id.
- RunAs stringAccount Id 
- The account Id which has privileges to discover the vCenter.
- discoveryStatus String
- The VCenter discovery status.
- fabricArm StringResource Name 
- The ARM resource name of the fabric containing this VCenter.
- friendlyName String
- Friendly name of the vCenter.
- healthErrors List<HealthError Response> 
- The health errors for this VCenter.
- infrastructureId String
- The infrastructure Id of vCenter.
- internalId String
- VCenter internal ID.
- ipAddress String
- The IP address of the vCenter.
- lastHeartbeat String
- The time when the last heartbeat was received by vCenter.
- port String
- The port number for discovery.
- processServer StringId 
- The process server Id.
- runAs StringAccount Id 
- The account Id which has privileges to discover the vCenter.
- discoveryStatus string
- The VCenter discovery status.
- fabricArm stringResource Name 
- The ARM resource name of the fabric containing this VCenter.
- friendlyName string
- Friendly name of the vCenter.
- healthErrors HealthError Response[] 
- The health errors for this VCenter.
- infrastructureId string
- The infrastructure Id of vCenter.
- internalId string
- VCenter internal ID.
- ipAddress string
- The IP address of the vCenter.
- lastHeartbeat string
- The time when the last heartbeat was received by vCenter.
- port string
- The port number for discovery.
- processServer stringId 
- The process server Id.
- runAs stringAccount Id 
- The account Id which has privileges to discover the vCenter.
- discovery_status str
- The VCenter discovery status.
- fabric_arm_ strresource_ name 
- The ARM resource name of the fabric containing this VCenter.
- friendly_name str
- Friendly name of the vCenter.
- health_errors Sequence[HealthError Response] 
- The health errors for this VCenter.
- infrastructure_id str
- The infrastructure Id of vCenter.
- internal_id str
- VCenter internal ID.
- ip_address str
- The IP address of the vCenter.
- last_heartbeat str
- The time when the last heartbeat was received by vCenter.
- port str
- The port number for discovery.
- process_server_ strid 
- The process server Id.
- run_as_ straccount_ id 
- The account Id which has privileges to discover the vCenter.
- discoveryStatus String
- The VCenter discovery status.
- fabricArm StringResource Name 
- The ARM resource name of the fabric containing this VCenter.
- friendlyName String
- Friendly name of the vCenter.
- healthErrors List<Property Map>
- The health errors for this VCenter.
- infrastructureId String
- The infrastructure Id of vCenter.
- internalId String
- VCenter internal ID.
- ipAddress String
- The IP address of the vCenter.
- lastHeartbeat String
- The time when the last heartbeat was received by vCenter.
- port String
- The port number for discovery.
- processServer StringId 
- The process server Id.
- runAs StringAccount Id 
- The account Id which has privileges to discover the vCenter.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi