Share via


IBlank<ParentT> Interface

Definition

The first stage of an application gateway probe definition.

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayProbe.Definition.IWithHost<ParentT>
type IBlank<'ParentT> = interface
    interface IWithHost<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithHost(Of ParentT)

Type Parameters

ParentT

The stage of the parent application gateway definition to return to after attaching this definition.

Derived
Implements

Methods

WithHost(String)

Specifies the host name to send the probe to.

(Inherited from IWithHost<ParentT>)

Applies to