IConfigurationsOperations.CreateInSubscriptionWithHttpMessagesAsync 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.
Create/Overwrite Azure Advisor configuration.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Advisor.Models.ARMErrorResponseBody>> CreateInSubscriptionWithHttpMessagesAsync (Microsoft.Azure.Management.Advisor.Models.ConfigData configContract, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateInSubscriptionWithHttpMessagesAsync : Microsoft.Azure.Management.Advisor.Models.ConfigData * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Advisor.Models.ARMErrorResponseBody>>
Public Function CreateInSubscriptionWithHttpMessagesAsync (configContract As ConfigData, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of ARMErrorResponseBody))
Parameters
- configContract
- ConfigData
The Azure Advisor configuration data structure.
- customHeaders
- Dictionary<String,List<String>>
The headers that will be added to request.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Exceptions
Thrown when the operation returned an invalid status code
Thrown when unable to deserialize the response
Thrown when a required parameter is null
Remarks
Create/Overwrite Azure Advisor configuration and also delete all configurations of contained resource groups.
Applies to
Azure SDK for .NET