TenantConfigurationOperationsExtensions.GetSyncState Method

Definition

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.

Returns

Applies to