< Back
Get-AzureRmVirtualNetworkAvailableEndpointService
Post
NAME Get-AzureRmVirtualNetworkAvailableEndpointService
SYNOPSIS
Lists available endpoint services for location.
SYNTAX
Get-AzureRmVirtualNetworkAvailableEndpointService [-DefaultProfile <IAzureContextContainer>] -Location <String> [<CommonParameters>]
DESCRIPTION
Get-AzureRmVirtualNetworkAvailableEndpointService lists endpoint services available in the specified location.
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
-Location <String>
The location to retrieve the endpoint services from.
Required? true
Position? named
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
System.String
OUTPUTS
System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.Commands.Network,
Version=4.2.1.0, Culture=neutral, PublicKeyToken=null]]
NOTES
Example 1
PS C:\\> Get-AzureRmVirtualNetworkAvailableEndpointService -Location westus
-Name Id Type
----- -- ----
-Microsoft.Storage /subscriptions/id/providers/Microsoft.Network/virtualNetworkEndpointServices/Microsoft.Storage
Microsoft.Network/virtualNetworkEndpointServices
Gets available endpoint services in westus region.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... intservice
SYNOPSIS
Lists available endpoint services for location.
SYNTAX
Get-AzureRmVirtualNetworkAvailableEndpointService [-DefaultProfile <IAzureContextContainer>] -Location <String> [<CommonParameters>]
DESCRIPTION
Get-AzureRmVirtualNetworkAvailableEndpointService lists endpoint services available in the specified location.
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
-Location <String>
The location to retrieve the endpoint services from.
Required? true
Position? named
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
System.String
OUTPUTS
System.Collections.Generic.List`1[[Microsoft.Azure.Commands.Network.Models.PSEndpointServiceResult, Microsoft.Azure.Commands.Network,
Version=4.2.1.0, Culture=neutral, PublicKeyToken=null]]
NOTES
Example 1
PS C:\\> Get-AzureRmVirtualNetworkAvailableEndpointService -Location westus
-Name Id Type
----- -- ----
-Microsoft.Storage /subscriptions/id/providers/Microsoft.Network/virtualNetworkEndpointServices/Microsoft.Storage
Microsoft.Network/virtualNetworkEndpointServices
Gets available endpoint services in westus region.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... intservice