Get-AzAvailableServiceDelegation
Get available service delegations in the region.
Syntax
Default (Default)
Get-AzAvailableServiceDelegation
-Location <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzAvailableServiceDelegation cmdlet allows you to retrieve all of the available service delegations for a subnet in the provided location. This cmdlet does not describe which delegations may co-exist on a single subnet.
Examples
Example 1: Getting all available service delegations
Get-AzAvailableServiceDelegation -Location "westus"
Name : Microsoft.Web.serverFarms
Id : /subscriptions/subId/providers/Microsoft.Network/availableDelegations/Microsoft.Web.serverFarms
Type : Microsoft.Network/availableDelegations
ServiceName : Microsoft.Web/serverFarms
Actions : {Microsoft.Network/virtualNetworks/subnets/action}
Name : Microsoft.Sql.servers
Id : /subscriptions/subId/providers/Microsoft.Network/availableDelegations/Microsoft.Sql.servers
Type : Microsoft.Network/availableDelegations
ServiceName : Microsoft.Sql/servers
Actions : {}
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Parameter properties
Type: | IAzureContextContainer |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Parameter sets
(All)
Position: | Named |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Location
The location.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.