Compartir a través de


IWithCustomHeaders<ParentT>.WithCustomHeaders Método

Definición

Especifica el encabezado personalizado para el punto de conexión que se usará con comprobaciones de estado.

public Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<ParentT> WithCustomHeaders (System.Collections.Generic.IDictionary<string,string> headers);
abstract member WithCustomHeaders : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithCustomHeaders (headers As IDictionary(Of String, String)) As IWithAttach(Of ParentT)

Parámetros

headers
IDictionary<String,String>

lista de encabezados personalizados.

Devoluciones

Se aplica a