IWithHostName<ReturnT> Interface

Definition

The stage of an update allowing to specify a host name.

public interface IWithHostName<ReturnT>
type IWithHostName<'ReturnT> = interface
Public Interface IWithHostName(Of ReturnT)

Type Parameters

ReturnT

The next stage of the update.

Derived

Methods

WithHostName(String)

Specifies the host name.

Applies to