Uses of Interface
com.azure.resourcemanager.frontdoor.models.FrontDoor

Packages that use FrontDoor
Package
Description
Package containing the data models for FrontDoorManagementClient.
  • Uses of FrontDoor in com.azure.resourcemanager.frontdoor.models

    Modifier and Type
    Method
    Description
    FrontDoor.Update.apply()
    Executes the update request.
    FrontDoor.Update.apply(com.azure.core.util.Context context)
    Executes the update request.
    FrontDoor.DefinitionStages.WithCreate.create()
    Executes the create request.
    FrontDoor.DefinitionStages.WithCreate.create(com.azure.core.util.Context context)
    Executes the create request.
    FrontDoors.getById(String id)
    Gets a Front Door with the specified Front Door name under the specified subscription and resource group.
    FrontDoors.getByResourceGroup(String resourceGroupName, String frontDoorName)
    Gets a Front Door with the specified Front Door name under the specified subscription and resource group.
    FrontDoor.refresh()
    Refreshes the resource to sync with Azure.
    FrontDoor.refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoor
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.Response<FrontDoor>
    FrontDoors.getByIdWithResponse(String id, com.azure.core.util.Context context)
    Gets a Front Door with the specified Front Door name under the specified subscription and resource group.
    com.azure.core.http.rest.Response<FrontDoor>
    FrontDoors.getByResourceGroupWithResponse(String resourceGroupName, String frontDoorName, com.azure.core.util.Context context)
    Gets a Front Door with the specified Front Door name under the specified subscription and resource group.
    com.azure.core.http.rest.PagedIterable<FrontDoor>
    FrontDoors.list()
    Lists all of the Front Doors within an Azure subscription.
    com.azure.core.http.rest.PagedIterable<FrontDoor>
    FrontDoors.list(com.azure.core.util.Context context)
    Lists all of the Front Doors within an Azure subscription.
    com.azure.core.http.rest.PagedIterable<FrontDoor>
    FrontDoors.listByResourceGroup(String resourceGroupName)
    Lists all of the Front Doors within a resource group under a subscription.
    com.azure.core.http.rest.PagedIterable<FrontDoor>
    FrontDoors.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
    Lists all of the Front Doors within a resource group under a subscription.