HDInsightSubscriptionAbstractionContext Constructors
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.
Overloads
HDInsightSubscriptionAbstractionContext(IHDInsightSubscriptionCredentials, IAbstractionContext) |
Initializes a new instance of the HDInsightSubscriptionAbstractionContext class. |
HDInsightSubscriptionAbstractionContext(IHDInsightSubscriptionCredentials, CancellationToken) |
Initializes a new instance of the HDInsightSubscriptionAbstractionContext class. |
HDInsightSubscriptionAbstractionContext(IHDInsightSubscriptionCredentials, IAbstractionContext)
Initializes a new instance of the HDInsightSubscriptionAbstractionContext class.
public HDInsightSubscriptionAbstractionContext (Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials credentials, Microsoft.WindowsAzure.Management.HDInsight.IAbstractionContext context);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightSubscriptionAbstractionContext : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials * Microsoft.WindowsAzure.Management.HDInsight.IAbstractionContext -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightSubscriptionAbstractionContext
Public Sub New (credentials As IHDInsightSubscriptionCredentials, context As IAbstractionContext)
Parameters
- credentials
- IHDInsightSubscriptionCredentials
The subscription credentials.
- context
- Microsoft.WindowsAzure.Management.HDInsight.IAbstractionContext
An abstraction context to clone.
Applies to
HDInsightSubscriptionAbstractionContext(IHDInsightSubscriptionCredentials, CancellationToken)
Initializes a new instance of the HDInsightSubscriptionAbstractionContext class.
public HDInsightSubscriptionAbstractionContext (Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials credentials, System.Threading.CancellationToken token);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightSubscriptionAbstractionContext : Microsoft.WindowsAzure.Management.HDInsight.IHDInsightSubscriptionCredentials * System.Threading.CancellationToken -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightSubscriptionAbstractionContext
Public Sub New (credentials As IHDInsightSubscriptionCredentials, token As CancellationToken)
Parameters
- credentials
- IHDInsightSubscriptionCredentials
The subscription credentials.
- token
- CancellationToken
A Cancelation Token.
Applies to
Azure SDK for .NET