Share via


TenantConfigurationSyncStateContract Class

Definition

Result of Tenant Configuration Sync State.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TenantConfigurationSyncStateContract : Microsoft.Azure.Management.ApiManagement.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TenantConfigurationSyncStateContract = class
    inherit Resource
Public Class TenantConfigurationSyncStateContract
Inherits Resource
Inheritance
TenantConfigurationSyncStateContract
Attributes

Constructors

TenantConfigurationSyncStateContract()

Initializes a new instance of the TenantConfigurationSyncStateContract class.

TenantConfigurationSyncStateContract(String, String, String, String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the TenantConfigurationSyncStateContract class.

Properties

Branch

Gets or sets the name of Git branch.

CommitId

Gets or sets the latest commit Id.

ConfigurationChangeDate

Gets or sets 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.

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
IsExport

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

IsGitEnabled

Gets or sets value indicating whether Git configuration access is enabled.

IsSynced

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

LastOperationId

Gets or sets most recent tenant configuration operation identifier

Name

Gets the name of the resource

(Inherited from Resource)
SyncDate

Gets or sets 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.

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to