Bagikan melalui


IWithBackend.WithoutBackendFqdn(String) Method

Definition

Ensures the specified fully qualified domain name (FQDN) is not associated with any backend.

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithoutBackendFqdn (string fqdn);
abstract member WithoutBackendFqdn : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithoutBackendFqdn (fqdn As String) As IUpdate

Parameters

fqdn
String

A fully qualified domain name (FQDN).

Returns

Applies to