ArmFrontDoorModelFactory.FrontDoorExperimentEndpointProperties 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.
public static Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentEndpointProperties FrontDoorExperimentEndpointProperties(string name = default, string endpoint = default);
static member FrontDoorExperimentEndpointProperties : string * string -> Azure.ResourceManager.FrontDoor.Models.FrontDoorExperimentEndpointProperties
Public Shared Function FrontDoorExperimentEndpointProperties (Optional name As String = Nothing, Optional endpoint As String = Nothing) As FrontDoorExperimentEndpointProperties
Parameters
- name
- String
The name of the endpoint.
- endpoint
- String
The endpoint URL.
Returns
A new FrontDoorExperimentEndpointProperties instance for mocking.