Share via


IStandardEndpoint<ParentT> Interface

Definition

The stage of the CDN profile endpoint definition allowing to specify the origin.

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

Type Parameters

ParentT

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

Methods

WithOrigin(String)

Specifies the origin of the CDN endpoint.

WithOrigin(String, String)

Specifies the origin of the CDN endpoint.

Applies to