Partager via


IWithAutoApproval.WithAutoApproval Méthode

Définition

Surcharges

WithAutoApproval(IList<String>)

Définit l’abonnement dans la liste d’approbation automatique pour le service de liaison privée.

WithAutoApproval(String)

Définit l’abonnement dans la liste d’approbation automatique pour le service de liaison privée.

WithAutoApproval(IList<String>)

Définit l’abonnement dans la liste d’approbation automatique pour le service de liaison privée.

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

Paramètres

subscriptions
IList<String>

Liste des abonnements.

Retours

S’applique à

WithAutoApproval(String)

Définit l’abonnement dans la liste d’approbation automatique pour le service de liaison privée.

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

Paramètres

subscription
String

Valeur de l’ID d’abonnement.

Retours

S’applique à