PrivateLinkServicePropertiesAutoApproval Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PrivateLinkServicePropertiesAutoApproval() |
Initialise une nouvelle instance de la classe PrivateLinkServicePropertiesAutoApproval. |
PrivateLinkServicePropertiesAutoApproval(IList<String>) |
Initialise une nouvelle instance de la classe PrivateLinkServicePropertiesAutoApproval. |
PrivateLinkServicePropertiesAutoApproval()
Initialise une nouvelle instance de la classe PrivateLinkServicePropertiesAutoApproval.
public PrivateLinkServicePropertiesAutoApproval ();
Public Sub New ()
S’applique à
PrivateLinkServicePropertiesAutoApproval(IList<String>)
Initialise une nouvelle instance de la classe PrivateLinkServicePropertiesAutoApproval.
public PrivateLinkServicePropertiesAutoApproval (System.Collections.Generic.IList<string> subscriptions = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesAutoApproval : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesAutoApproval
Public Sub New (Optional subscriptions As IList(Of String) = Nothing)
Paramètres
S’applique à
Azure SDK for .NET