Share via


INestedProfileTargetEndpointBlank<ParentT> Interface

Definition

The first stage of a traffic manager profile nested profile endpoint definition.

public interface INestedProfileTargetEndpointBlank<ParentT> : Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithNestedProfile<ParentT>
type INestedProfileTargetEndpointBlank<'ParentT> = interface
    interface IWithNestedProfile<'ParentT>
Public Interface INestedProfileTargetEndpointBlank(Of ParentT)
Implements IWithNestedProfile(Of ParentT)

Type Parameters

ParentT

The return type of WithAttach.attach().

Derived
Implements

Methods

ToProfile(ITrafficManagerProfile)

Specifies a nested traffic manager profile for the endpoint.

(Inherited from IWithNestedProfile<ParentT>)

Applies to