Edit

Share via


Remove-AzRecoveryServicesAsrvCenter

Removes the vCenter server from the ASR fabric and stops discovery of virtual machines from the vCenter server.

Syntax

Default (Default)

Remove-AzRecoveryServicesAsrvCenter
    -InputObject <ASRvCenter>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

ByResourceId

Remove-AzRecoveryServicesAsrvCenter
    -ResourceId <String>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

ByName

Remove-AzRecoveryServicesAsrvCenter
    -Fabric <ASRFabric>
    -Name <String>
    [-DefaultProfile <IAzureContextContainer>]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

The Remove-AzRecoveryServicesAsrvCenter cmdlet removes the vCenter server from the ASR fabric and stops discovery of virtual machines from the vCenter server.

Examples

Example 1

Remove-AzRecoveryServicesAsrvCenter -InputObject $vCenter

Removes the vCenter server from the ASR fabric.

Example 2

Removes the vCenter server from the ASR fabric and stops discovery of virtual machines from the vCenter server. (autogenerated)

Remove-AzRecoveryServicesAsrvCenter -Fabric $Fabric -Name 'V2VM'

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure.

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Fabric

ASR fabric object representing the Configuration Server.

Parameter properties

Type:ASRFabric
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ByName
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

ASR vCenter object representing the vCenter server to be removed.

Parameter properties

Type:ASRvCenter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:vCenter

Parameter sets

Default
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Name

Name of the vCenter Server.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ByName
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceId

Specifies the resourceId of vCenter to remove.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

ByResourceId
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:True
Value from remaining arguments:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

ASRvCenter

ASRFabric

Outputs

ASRJob