TenantConfigurationOperationsExtensions.GetSyncState 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.
Gets the status of the most recent synchronization between the configuration database and the Git repository.
public static Microsoft.Azure.Management.ApiManagement.Models.TenantConfigurationSyncStateContract GetSyncState (this Microsoft.Azure.Management.ApiManagement.ITenantConfigurationOperations operations, string resourceGroupName, string serviceName);
static member GetSyncState : Microsoft.Azure.Management.ApiManagement.ITenantConfigurationOperations * string * string -> Microsoft.Azure.Management.ApiManagement.Models.TenantConfigurationSyncStateContract
<Extension()>
Public Function GetSyncState (operations As ITenantConfigurationOperations, resourceGroupName As String, serviceName As String) As TenantConfigurationSyncStateContract
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.