Freigeben über


IWithAutoApproval.WithAutoApproval Methode

Definition

Überlädt

WithAutoApproval(IList<String>)

Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest.

WithAutoApproval(String)

Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest.

WithAutoApproval(IList<String>)

Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest.

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

Parameter

subscriptions
IList<String>

Die Liste der Abonnements.

Gibt zurück

Gilt für:

WithAutoApproval(String)

Legt das Abonnement in die Liste der automatischen Genehmigung für den Private Link-Dienst fest.

public Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate WithAutoApproval (string subscription);
abstract member WithAutoApproval : string -> Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate
Public Function WithAutoApproval (subscription As String) As IUpdate

Parameter

subscription
String

Der Wert der Abonnement-ID.

Gibt zurück

Gilt für: