< Back
Get-AzureRmContainerService
Post
NAME Get-AzureRmContainerService
SYNOPSIS
Gets a container service.
SYNTAX
Get-AzureRmContainerService [[-ResourceGroupName] <String>] [[-Name] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmContainerService cmdlet gets a container service. You can view the properties of a container service, which include state, number
of master and agents, and fully qualified domain name of master and agent.
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>
Specifies the name of the container service that this cmdlet gets.
Required? false
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group of the container service that this cmdlet gets.
Required? false
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
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.Commands.Compute.Automation.Models.PSContainerService
NOTES
Example 1: Get a container service
PS C:\\> Get-AzureRmContainerService -ResourceGroupName "ResourceGroup17" -Name "CSResourceGroup17"
This command gets a container service named CSResourceGroup17.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... nerservice
New-AzureRmContainerService
Remove-AzureRmContainerService
Update-AzureRmContainerService
SYNOPSIS
Gets a container service.
SYNTAX
Get-AzureRmContainerService [[-ResourceGroupName] <String>] [[-Name] <String>] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
The Get-AzureRmContainerService cmdlet gets a container service. You can view the properties of a container service, which include state, number
of master and agents, and fully qualified domain name of master and agent.
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>
Specifies the name of the container service that this cmdlet gets.
Required? false
Position? 2
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
-ResourceGroupName <String>
Specifies the resource group of the container service that this cmdlet gets.
Required? false
Position? 1
Default value None
Accept pipeline input? True (ByPropertyName)
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.Commands.Compute.Automation.Models.PSContainerService
NOTES
Example 1: Get a container service
PS C:\\> Get-AzureRmContainerService -ResourceGroupName "ResourceGroup17" -Name "CSResourceGroup17"
This command gets a container service named CSResourceGroup17.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... nerservice
New-AzureRmContainerService
Remove-AzureRmContainerService
Update-AzureRmContainerService