IAttachableStandard<ParentT> Interface

Definition

The final stage of a Standard endpoint definition, at which it can be attached to the parent.

public interface IAttachableStandard<ParentT>
type IAttachableStandard<'ParentT> = interface
Public Interface IAttachableStandard(Of ParentT)

Type Parameters

ParentT

The stage of the parent CDN profile definition to return to after attaching this definition.

Derived

Methods

Attach()

Attaches the defined endpoint to the parent CDN profile.

Applies to