< Back

Remove-AzureRmMlWebService

Tue Jan 29, 2019 9:52 pm

NAME Remove-AzureRmMlWebService



SYNOPSIS

Deletes a web service.





SYNTAX

Remove-AzureRmMlWebService [-DefaultProfile <IAzureContextContainer>] [-Force] -MlWebService <WebService> [-Confirm] [-WhatIf] [<CommonParameters>]



Remove-AzureRmMlWebService [-DefaultProfile <IAzureContextContainer>] [-Force] -Name <String> -ResourceGroupName <String> [-Confirm] [-WhatIf]

[<CommonParameters>]





DESCRIPTION

Deletes a Azure Machine Learning web service referenced by resource group and name.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

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



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Force [<SwitchParameter>]

Do not ask for confirmation.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-MlWebService <WebService>

The web service to be removed.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



-Name <String>

The name of the web service to be removed.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ResourceGroupName <String>

The resource group of the web service.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Confirm [<SwitchParameter>]

Prompts you for confirmation before running the cmdlet.



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]

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



Required? false

Position? named

Default value False

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

WebService

Parameter 'MlWebService' accepts value of type 'WebService' from the pipeline





OUTPUTS

None







NOTES





Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml



-------------------------- Example 1 --------------------------



Remove-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename"











RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... webservice