Compartir a través de


IWithCustomHeaders<ParentT>.WithCustomHeader(String, String) 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> WithCustomHeader (string name, string value);
abstract member WithCustomHeader : string * string -> Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithCustomHeader (name As String, value As String) As IWithAttach(Of ParentT)

Parámetros

name
String

nombre del encabezado custome.

value
String

valor de encabezado personalizado.

Devoluciones

Se aplica a