IWithHostName<ParentT> Interface
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.
The stage of an application gateway request routing rule definition allowing to specify the host name of a backend website for the listener to receive traffic for.
public interface IWithHostName<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasHostName.UpdateDefinition.IWithHostName<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayRequestRoutingRule.UpdateDefinition.IWithAttach<ParentT>>
type IWithHostName<'ParentT> = interface
interface IWithHostName<IWithAttach<'ParentT>>
Public Interface IWithHostName(Of ParentT)
Implements IWithHostName(Of IWithAttach(Of ParentT))
Type Parameters
- ParentT
The stage of the application gateway definition to return to after attaching this definition.
- Derived
- Implements
-
IWithHostName<IWithAttach<ParentT>>
Methods
WithHostName(String) |
Specifies the host name to reference. (Inherited from IWithHostName<ReturnT>) |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET