TenantConfigurationSyncStateContract interface

Result of Tenant Configuration Sync State.

Extends

Properties

branch

The name of Git branch.

commitId

The latest commit Id.

configurationChangeDate

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.

isExport

value indicating if last sync was save (true) or deploy (false) operation.

isGitEnabled

value indicating whether Git configuration access is enabled.

isSynced

value indicating if last synchronization was later than the configuration change.

lastOperationId

Most recent tenant configuration operation identifier

syncDate

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.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

branch

The name of Git branch.

branch?: string

Property Value

string

commitId

The latest commit Id.

commitId?: string

Property Value

string

configurationChangeDate

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.

configurationChangeDate?: Date

Property Value

Date

isExport

value indicating if last sync was save (true) or deploy (false) operation.

isExport?: boolean

Property Value

boolean

isGitEnabled

value indicating whether Git configuration access is enabled.

isGitEnabled?: boolean

Property Value

boolean

isSynced

value indicating if last synchronization was later than the configuration change.

isSynced?: boolean

Property Value

boolean

lastOperationId

Most recent tenant configuration operation identifier

lastOperationId?: string

Property Value

string

syncDate

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.

syncDate?: Date

Property Value

Date

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type