Share via


IWithFqdns.WithFullQualifiedDomainNames(IList<String>) Method

Definition

Sets the Fqdn list for the private link service.

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate WithFullQualifiedDomainNames (System.Collections.Generic.IList<string> domainNames);
abstract member WithFullQualifiedDomainNames : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate
Public Function WithFullQualifiedDomainNames (domainNames As IList(Of String)) As IUpdate

Parameters

domainNames
IList<String>

The list of domains.

Returns

Applies to