Ócáid
Tóg Feidhmchláir agus Gníomhairí AI
Mar 17, 9 PM - Mar 21, 10 AM
Bí ar an tsraith meetup chun réitigh AI inscálaithe a thógáil bunaithe ar chásanna úsáide fíor-dhomhanda le forbróirí agus saineolaithe eile.
Cláraigh anoisNí thacaítear leis an mbrabhsálaí seo a thuilleadh.
Uasghrádú go Microsoft Edge chun leas a bhaint as na gnéithe is déanaí, nuashonruithe slándála, agus tacaíocht theicniúil.
Azure Data Lake Analytics is an on-demand analytics job service to simplify big data analytics.
To learn more, see Overview of Microsoft Azure Data Lake Analytics.
Use the management library to connect to the service and manage analytics jobs.
Install the NuGet package directly from the Visual Studio Package Manager console or with the .NET Core CLI.
Install-Package Microsoft.Azure.Management.DataLake.Analytics
dotnet add package Microsoft.Azure.Management.DataLake.Analytics
This example creates the clients to connect with and manage the analytics account.
/*
using AdlClient
*/
// Setup authentication for this demo
Authentication auth = new Authentication("microsoft.onmicrosoft.com"); // change this to YOUR tenant
auth.Authenticate();
// Identify the accounts
AnalyticsAccountRef adla_account = new AnalyticsAccountRef(subscriptionId, resourceGroup, userName);
// Create the clients
AzureClient az = new AzureClient(auth);
AnalyticsClient adla = new AnalyticsClient(auth, adla_account);
Explore more sample .NET code you can use in your apps.
Aiseolas Azure SDK for .NET
Is tionscadal foinse oscailte é Azure SDK for .NET. Roghnaigh nasc chun aiseolas a thabhairt:
Ócáid
Tóg Feidhmchláir agus Gníomhairí AI
Mar 17, 9 PM - Mar 21, 10 AM
Bí ar an tsraith meetup chun réitigh AI inscálaithe a thógáil bunaithe ar chásanna úsáide fíor-dhomhanda le forbróirí agus saineolaithe eile.
Cláraigh anois