Share via


TenantConfigurationSyncStateContract Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantConfigurationSyncStateContractInner> com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

public interface TenantConfigurationSyncStateContract
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantConfigurationSyncStateContractInner>, com.microsoft.azure.arm.resources.models.HasManager<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiManagementManager>

Type representing TenantConfigurationSyncStateContract.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String branch()
abstract java.lang.String commitId()
abstract org.joda.time.DateTime configurationChangeDate()
abstract java.lang.Boolean isExport()
abstract java.lang.Boolean isGitEnabled()
abstract java.lang.Boolean isSynced()
abstract org.joda.time.DateTime syncDate()

Method Details

branch

public abstract String branch()

Returns:

the branch value.

commitId

public abstract String commitId()

Returns:

the commitId value.

configurationChangeDate

public abstract DateTime configurationChangeDate()

Returns:

the configurationChangeDate value.

isExport

public abstract Boolean isExport()

Returns:

the isExport value.

isGitEnabled

public abstract Boolean isGitEnabled()

Returns:

the isGitEnabled value.

isSynced

public abstract Boolean isSynced()

Returns:

the isSynced value.

syncDate

public abstract DateTime syncDate()

Returns:

the syncDate value.

Applies to