OAuthOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.AuthorizationSessionGetResponse> GetAsync (this Microsoft.Azure.Management.DataFactories.IOAuthOperations operations, string resourceGroupName, string dataFactoryName, string linkedServiceType);
static member GetAsync : Microsoft.Azure.Management.DataFactories.IOAuthOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataFactories.Models.AuthorizationSessionGetResponse>
<Extension()>
Public Function GetAsync (operations As IOAuthOperations, resourceGroupName As String, dataFactoryName As String, linkedServiceType As String) As Task(Of AuthorizationSessionGetResponse)
Parameters
- operations
- IOAuthOperations
- resourceGroupName
- String
- dataFactoryName
- String
- linkedServiceType
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET