TenantConfigurationSyncStateContract Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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: |
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: |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Applies to
Azure SDK for .NET