FrontDoorsOperationsExtensions.List(IFrontDoorsOperations) 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.
Lists all of the Front Doors within an Azure subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel> List (this Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations operations);
static member List : Microsoft.Azure.Management.FrontDoor.IFrontDoorsOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.FrontDoor.Models.FrontDoorModel>
<Extension()>
Public Function List (operations As IFrontDoorsOperations) As IPage(Of FrontDoorModel)
Parameters
- operations
- IFrontDoorsOperations
The operations group for this extension method.