ConfigurationsOperationsExtensions.CreateInResourceGroup 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 static Microsoft.Azure.Management.Advisor.Models.ARMErrorResponseBody CreateInResourceGroup (this Microsoft.Azure.Management.Advisor.IConfigurationsOperations operations, Microsoft.Azure.Management.Advisor.Models.ConfigData configContract, string resourceGroup);
static member CreateInResourceGroup : Microsoft.Azure.Management.Advisor.IConfigurationsOperations * Microsoft.Azure.Management.Advisor.Models.ConfigData * string -> Microsoft.Azure.Management.Advisor.Models.ARMErrorResponseBody
<Extension()>
Public Function CreateInResourceGroup (operations As IConfigurationsOperations, configContract As ConfigData, resourceGroup As String) As ARMErrorResponseBody
Parameters
- operations
- IConfigurationsOperations
The operations group for this extension method.
- configContract
- ConfigData
The Azure Advisor configuration data structure.
- resourceGroup
- String
The name of the Azure resource group.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET