< Back
Add-AzureRmMlWebServiceRegionalProperty
Post
NAME Add-AzureRmMlWebServiceRegionalProperty
SYNOPSIS
Creates regional web service properties.
SYNTAX
Add-AzureRmMlWebServiceRegionalProperty [-DefaultProfile <IAzureContextContainer>] [-Force] -Name <String> -Region <String> -ResourceGroupName
<String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Creates Azure Machine Learning regional properties for an existing web service.
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
-Name <String>
The name for the web service.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Region <String>
The region in which to create the web service properties.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The resource group in which the web service belongs.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
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
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService
A summary description of the Azure Machine Learning web service.
NOTES
Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml
-------------------------- Example 1: Add new regional properties for West Central US --------------------------
Add-AzureRmMlWebServiceRegionalProperty -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Region westcentralus
This example command creates regional property for a web service in the "West Central US" region.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... alproperty
SYNOPSIS
Creates regional web service properties.
SYNTAX
Add-AzureRmMlWebServiceRegionalProperty [-DefaultProfile <IAzureContextContainer>] [-Force] -Name <String> -Region <String> -ResourceGroupName
<String> [-Confirm] [-WhatIf] [<CommonParameters>]
DESCRIPTION
Creates Azure Machine Learning regional properties for an existing web service.
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
-Name <String>
The name for the web service.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-Region <String>
The region in which to create the web service properties.
Required? true
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The resource group in which the web service belongs.
Required? true
Position? named
Default value None
Accept pipeline input? True (ByPropertyName)
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
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Management.MachineLearning.WebServices.Models.WebService
A summary description of the Azure Machine Learning web service.
NOTES
Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml
-------------------------- Example 1: Add new regional properties for West Central US --------------------------
Add-AzureRmMlWebServiceRegionalProperty -ResourceGroupName "myresourcegroup" -Name "mywebservicename" -Region westcentralus
This example command creates regional property for a web service in the "West Central US" region.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... alproperty