TenantConfigurationOperationsExtensions.BeginSave 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.
This operation creates a commit with the current configuration snapshot to the specified branch in the repository. This is a long running operation and could take several minutes to complete. https://azure.microsoft.com/en-us/documentation/articles/api-management-configuration-repository-git/#to-save-the-service-configuration-to-the-git-repository
public static Microsoft.Azure.Management.ApiManagement.Models.OperationResultContract BeginSave (this Microsoft.Azure.Management.ApiManagement.ITenantConfigurationOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.SaveConfigurationParameter parameters);
static member BeginSave : Microsoft.Azure.Management.ApiManagement.ITenantConfigurationOperations * string * string * Microsoft.Azure.Management.ApiManagement.Models.SaveConfigurationParameter -> Microsoft.Azure.Management.ApiManagement.Models.OperationResultContract
<Extension()>
Public Function BeginSave (operations As ITenantConfigurationOperations, resourceGroupName As String, serviceName As String, parameters As SaveConfigurationParameter) As OperationResultContract
Parameters
- operations
- ITenantConfigurationOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- serviceName
- String
The name of the API Management service.
- parameters
- SaveConfigurationParameter
Save Configuration parameters.
Returns
Applies to
Azure SDK for .NET