< Back
Get-AzureRmMlWebService
Post
NAME Get-AzureRmMlWebService
SYNOPSIS
Retrieves the summary information for one or more web services.
SYNTAX
Get-AzureRmMlWebService [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [-Region <String>] [-ResourceGroupName <String>]
[<CommonParameters>]
DESCRIPTION
Retrieves web service defintion information. Depending on the paramenters passed, the cmdlet returns the defintion for a specific web service, a
collection of defintions for the web services for a specified resource group within the current subscription, or a collection of defintions for
the web services within the current subscription.
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
-Name <String>
The name of the web service for which the details are retrieved.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Region <String>
The name of regio
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The resource group from which the details for the web service are retrieved.
Required? false
Position? named
Default value None
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
None
NOTES
Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml
-------------------------- Example 1: Get details of specific web service --------------------------
Get-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
-------------------------- Example 2: Get all web service resources in current subscription --------------------------
Get-AzureRmMlWebService
-------------------------- Example 3: Get all web services in the current subscription and given resource group --------------------------
Get-AzureRmMlWebService -ResourceGroupName "myresourcegroup"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... webservice
SYNOPSIS
Retrieves the summary information for one or more web services.
SYNTAX
Get-AzureRmMlWebService [-DefaultProfile <IAzureContextContainer>] [-Name <String>] [-Region <String>] [-ResourceGroupName <String>]
[<CommonParameters>]
DESCRIPTION
Retrieves web service defintion information. Depending on the paramenters passed, the cmdlet returns the defintion for a specific web service, a
collection of defintions for the web services for a specified resource group within the current subscription, or a collection of defintions for
the web services within the current subscription.
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
-Name <String>
The name of the web service for which the details are retrieved.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Region <String>
The name of regio
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-ResourceGroupName <String>
The resource group from which the details for the web service are retrieved.
Required? false
Position? named
Default value None
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
None
NOTES
Keywords: azure, azurerm, arm, resource, management, manager, machine, machine learning, azureml
-------------------------- Example 1: Get details of specific web service --------------------------
Get-AzureRmMlWebService -ResourceGroupName "myresourcegroup" -Name "mywebservicename"
-------------------------- Example 2: Get all web service resources in current subscription --------------------------
Get-AzureRmMlWebService
-------------------------- Example 3: Get all web services in the current subscription and given resource group --------------------------
Get-AzureRmMlWebService -ResourceGroupName "myresourcegroup"
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... webservice