Partager via


RemoteSystemConnectionInfo.TryCreateFromAppServiceConnection Méthode

Définition

Crée un instance de cette classe correspondant à la connexion App Service donnée.

public:
 static RemoteSystemConnectionInfo ^ TryCreateFromAppServiceConnection(AppServiceConnection ^ connection);
/// [Windows.Foundation.Metadata.Overload("TryCreateFromAppServiceConnection")]
 static RemoteSystemConnectionInfo TryCreateFromAppServiceConnection(AppServiceConnection const& connection);
[Windows.Foundation.Metadata.Overload("TryCreateFromAppServiceConnection")]
public static RemoteSystemConnectionInfo TryCreateFromAppServiceConnection(AppServiceConnection connection);
function tryCreateFromAppServiceConnection(connection)
Public Shared Function TryCreateFromAppServiceConnection (connection As AppServiceConnection) As RemoteSystemConnectionInfo

Paramètres

connection
AppServiceConnection

AppServiceConnection instance pour laquelle les informations de connexion système à distance sous-jacente doivent être obtenues.

Retours

RemoteSystemConnectionInfo Une instance de cette classe correspondant à la connexion App Service donnée.

Attributs

S’applique à