Compartilhar via


FrontendEndpointsOperationsExtensions.Get Method

Definition

Gets a Frontend endpoint with the specified name within the specified Front Door.

public static Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpoint Get (this Microsoft.Azure.Management.FrontDoor.IFrontendEndpointsOperations operations, string resourceGroupName, string frontDoorName, string frontendEndpointName);
static member Get : Microsoft.Azure.Management.FrontDoor.IFrontendEndpointsOperations * string * string * string -> Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpoint
<Extension()>
Public Function Get (operations As IFrontendEndpointsOperations, resourceGroupName As String, frontDoorName As String, frontendEndpointName As String) As FrontendEndpoint

Parameters

operations
IFrontendEndpointsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the Resource group within the Azure subscription.

frontDoorName
String

Name of the Front Door which is globally unique.

frontendEndpointName
String

Name of the Frontend endpoint which is unique within the Front Door.

Returns

Applies to