Partilhar via


IWithAutoApproval.WithAutoApproval Método

Definição

Sobrecargas

WithAutoApproval(IList<String>)

Define a assinatura em lista de aprovação automática para o serviço de link privado.

WithAutoApproval(String)

Define a assinatura em lista de aprovação automática para o serviço de link privado.

WithAutoApproval(IList<String>)

Define a assinatura em lista de aprovação automática para o serviço de link privado.

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

Parâmetros

subscriptions
IList<String>

A lista das assinaturas.

Retornos

Aplica-se a

WithAutoApproval(String)

Define a assinatura em lista de aprovação automática para o serviço de link privado.

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

Parâmetros

subscription
String

O valor da ID da assinatura.

Retornos

Aplica-se a