Stop-VBRCloudTenantNetworkAppliance
Short Description
Disables network extension appliances on the tenant side.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRCloudTenantNetworkAppliance -Appliance <VBRCloudTenantNetworkAppliance[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet allows the Service Provider to disable network extension appliances configured on the tenant side after a permanent failover.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Appliance |
Specifies an array of network extension appliances that you want to disable.
Accepts the |
True |
Named |
True (ByValue) |
|
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Disabling Network Extension Appliances of Selected Tenant
This example shows how to disable network extension appliances of the ABC Company tenant.
|
$tenant = Get-VBRCloudTenant -Name "ABC Company" $appliance = Get-VBRCloudTenantNetworkAppliance -Tenant $tenant Stop-VBRCloudTenantNetworkAppliance -Appliance $appliance |
Perform the following steps:
- Run the
Get-VBRCloudTenantReturns cloud tenant accounts. cmdlet. Specify theNameparameter value. Save the result to the$tenantvariable. - Run the
Get-VBRCloudTenantNetworkApplianceReturns network extension appliances. cmdlet. Set the$tenantvariable as theTenantparameter value. Save the result to the$appliancevariable. - Run the
Stop-VBRCloudTenantNetworkAppliancecmdlet. Set the$appliancevariable as theApplianceparameter value.
Related Commands
Get-VBRCloudTenantNetworkApplianceGet-VBRCloudTenantReturns cloud tenant accounts.