DscConfigurationOperationsExtensions.GetContentAsync 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.
Overloads
GetContentAsync(IDscConfigurationOperations, String, String, String, CancellationToken) |
Retrieve the configuration script identified by configuration name. http://aka.ms/azureautomationsdk/configurationoperations |
GetContentAsync(IDscConfigurationOperations, String, String, String) |
GetContentAsync(IDscConfigurationOperations, String, String, String, CancellationToken)
Retrieve the configuration script identified by configuration name. http://aka.ms/azureautomationsdk/configurationoperations
public static System.Threading.Tasks.Task<string> GetContentAsync (this Microsoft.Azure.Management.Automation.IDscConfigurationOperations operations, string resourceGroupName, string automationAccountName, string configurationName, System.Threading.CancellationToken cancellationToken = default);
static member GetContentAsync : Microsoft.Azure.Management.Automation.IDscConfigurationOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function GetContentAsync (operations As IDscConfigurationOperations, resourceGroupName As String, automationAccountName As String, configurationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)
Parameters
- operations
- IDscConfigurationOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of an Azure Resource group.
- automationAccountName
- String
The name of the automation account.
- configurationName
- String
The configuration name.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
GetContentAsync(IDscConfigurationOperations, String, String, String)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscConfigurationGetContentResponse> GetContentAsync (this Microsoft.Azure.Management.Automation.IDscConfigurationOperations operations, string resourceGroupName, string automationAccount, string configurationName);
static member GetContentAsync : Microsoft.Azure.Management.Automation.IDscConfigurationOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscConfigurationGetContentResponse>
<Extension()>
Public Function GetContentAsync (operations As IDscConfigurationOperations, resourceGroupName As String, automationAccount As String, configurationName As String) As Task(Of DscConfigurationGetContentResponse)
Parameters
- operations
- IDscConfigurationOperations
- resourceGroupName
- String
- automationAccount
- String
- configurationName
- String
Returns
Applies to
Azure SDK for .NET