TenantConfigurationSyncStateContract Interface

public interface TenantConfigurationSyncStateContract

An immutable client-side representation of TenantConfigurationSyncStateContract.

Method Summary

Modifier and Type Method and Description
abstract String branch()

Gets the branch property: The name of Git branch.

abstract String commitId()

Gets the commitId property: The latest commit Id.

abstract OffsetDateTime configurationChangeDate()

Gets the configurationChangeDate property: The date of the latest configuration change.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract TenantConfigurationSyncStateContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractInner object.

abstract Boolean isExport()

Gets the isExport property: value indicating if last sync was save (true) or deploy (false) operation.

abstract Boolean isGitEnabled()

Gets the isGitEnabled property: value indicating whether Git configuration access is enabled.

abstract Boolean isSynced()

Gets the isSynced property: value indicating if last synchronization was later than the configuration change.

abstract String lastOperationId()

Gets the lastOperationId property: Most recent tenant configuration operation identifier.

abstract String name()

Gets the name property: The name of the resource.

abstract OffsetDateTime syncDate()

Gets the syncDate property: The date of the latest synchronization.

abstract String type()

Gets the type property: The type of the resource.

Method Details

branch

public abstract String branch()

Gets the branch property: The name of Git branch.

Returns:

the branch value.

commitId

public abstract String commitId()

Gets the commitId property: The latest commit Id.

Returns:

the commitId value.

configurationChangeDate

public abstract OffsetDateTime configurationChangeDate()

Gets the configurationChangeDate property: The date of the latest configuration change. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.

Returns:

the configurationChangeDate value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract TenantConfigurationSyncStateContractInner innerModel()

Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.TenantConfigurationSyncStateContractInner object.

Returns:

the inner object.

isExport

public abstract Boolean isExport()

Gets the isExport property: value indicating if last sync was save (true) or deploy (false) operation.

Returns:

the isExport value.

isGitEnabled

public abstract Boolean isGitEnabled()

Gets the isGitEnabled property: value indicating whether Git configuration access is enabled.

Returns:

the isGitEnabled value.

isSynced

public abstract Boolean isSynced()

Gets the isSynced property: value indicating if last synchronization was later than the configuration change.

Returns:

the isSynced value.

lastOperationId

public abstract String lastOperationId()

Gets the lastOperationId property: Most recent tenant configuration operation identifier.

Returns:

the lastOperationId value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

syncDate

public abstract OffsetDateTime syncDate()

Gets the syncDate property: The date of the latest synchronization. The date conforms to the following format: `yyyy-MM-ddTHH:mm:ssZ` as specified by the ISO 8601 standard.

Returns:

the syncDate value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

Applies to