FrontendEndpointLink Constructors
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.
Overloads
FrontendEndpointLink() |
Initializes a new instance of the FrontendEndpointLink class. |
FrontendEndpointLink(String) |
Initializes a new instance of the FrontendEndpointLink class. |
FrontendEndpointLink()
Initializes a new instance of the FrontendEndpointLink class.
public FrontendEndpointLink ();
Public Sub New ()
Applies to
FrontendEndpointLink(String)
Initializes a new instance of the FrontendEndpointLink class.
public FrontendEndpointLink (string id = default);
new Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpointLink : string -> Microsoft.Azure.Management.FrontDoor.Models.FrontendEndpointLink
Public Sub New (Optional id As String = Nothing)
Parameters
- id
- String
Resource ID.