OAuthLinkedServiceBase
Class
Definition
Base class of an OAuth linked service.
public abstract class OAuthLinkedServiceBase : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Derived
Constructors
| OAuthLinkedServiceBase() |
Initializes a new instance of the OAuthLinkedServiceBase class. |
| OAuthLinkedServiceBase(String, String) |
Initializes a new instance of the OAuthLinkedServiceBase class with required arguments. |
Properties
| Authorization |
OAuth authorization that may be used by ADF to access resources on your behalf. Each authorization is unique and may only be used once. |
| SessionId |
OAuth session ID from the OAuth authorization session. Each session ID is unique and may only be used once. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |