AvailableServiceAliasesOperationsExtensions.ListByResourceGroup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all available service aliases for this resource group in this region.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AvailableServiceAlias> ListByResourceGroup (this Microsoft.Azure.Management.Network.IAvailableServiceAliasesOperations operations, string resourceGroupName, string location);
static member ListByResourceGroup : Microsoft.Azure.Management.Network.IAvailableServiceAliasesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AvailableServiceAlias>
<Extension()>
Public Function ListByResourceGroup (operations As IAvailableServiceAliasesOperations, resourceGroupName As String, location As String) As IPage(Of AvailableServiceAlias)
Parameters
- operations
- IAvailableServiceAliasesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- location
- String
The location.