Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.AppConfiguration.Models
{
using Newtonsoft.Json;
using System.Linq;

/// <summary>
/// Defines headers for CheckKeyValue operation.
/// </summary>
public partial class CheckKeyValueHeaders
{
/// <summary>
/// Initializes a new instance of the CheckKeyValueHeaders class.
/// </summary>
public CheckKeyValueHeaders()
{
CustomInit();
}

/// <summary>
/// Initializes a new instance of the CheckKeyValueHeaders class.
/// </summary>
/// <param name="syncToken">Enables real-time consistency between
/// requests by providing the returned value in the next request made
/// to the server.</param>
/// <param name="eTag">An identifier representing the returned state of
/// the resource.</param>
/// <param name="lastModified">A UTC datetime that specifies the last
/// time the resource was modified.</param>
public CheckKeyValueHeaders(string syncToken = default(string), string eTag = default(string), string lastModified = default(string))
{
SyncToken = syncToken;
ETag = eTag;
LastModified = lastModified;
CustomInit();
}

/// <summary>
/// An initialization method that performs custom operations like setting defaults
/// </summary>
partial void CustomInit();

/// <summary>
/// Gets or sets enables real-time consistency between requests by
/// providing the returned value in the next request made to the
/// server.
/// </summary>
[JsonProperty(PropertyName = "Sync-Token")]
public string SyncToken { get; set; }

/// <summary>
/// Gets or sets an identifier representing the returned state of the
/// resource.
/// </summary>
[JsonProperty(PropertyName = "ETag")]
public string ETag { get; set; }

/// <summary>
/// Gets or sets a UTC datetime that specifies the last time the
/// resource was modified.
/// </summary>
[JsonProperty(PropertyName = "Last-Modified")]
public string LastModified { get; set; }

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.AppConfiguration.Models
{
using Newtonsoft.Json;
using System.Linq;

/// <summary>
/// Defines headers for CheckKeyValues operation.
/// </summary>
public partial class CheckKeyValuesHeaders
{
/// <summary>
/// Initializes a new instance of the CheckKeyValuesHeaders class.
/// </summary>
public CheckKeyValuesHeaders()
{
CustomInit();
}

/// <summary>
/// Initializes a new instance of the CheckKeyValuesHeaders class.
/// </summary>
/// <param name="syncToken">Enables real-time consistency between
/// requests by providing the returned value in the next request made
/// to the server.</param>
public CheckKeyValuesHeaders(string syncToken = default(string))
{
SyncToken = syncToken;
CustomInit();
}

/// <summary>
/// An initialization method that performs custom operations like setting defaults
/// </summary>
partial void CustomInit();

/// <summary>
/// Gets or sets enables real-time consistency between requests by
/// providing the returned value in the next request made to the
/// server.
/// </summary>
[JsonProperty(PropertyName = "Sync-Token")]
public string SyncToken { get; set; }

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.AppConfiguration.Models
{
using Newtonsoft.Json;
using System.Linq;

/// <summary>
/// Defines headers for CheckKeys operation.
/// </summary>
public partial class CheckKeysHeaders
{
/// <summary>
/// Initializes a new instance of the CheckKeysHeaders class.
/// </summary>
public CheckKeysHeaders()
{
CustomInit();
}

/// <summary>
/// Initializes a new instance of the CheckKeysHeaders class.
/// </summary>
/// <param name="syncToken">Enables real-time consistency between
/// requests by providing the returned value in the next request made
/// to the server.</param>
public CheckKeysHeaders(string syncToken = default(string))
{
SyncToken = syncToken;
CustomInit();
}

/// <summary>
/// An initialization method that performs custom operations like setting defaults
/// </summary>
partial void CustomInit();

/// <summary>
/// Gets or sets enables real-time consistency between requests by
/// providing the returned value in the next request made to the
/// server.
/// </summary>
[JsonProperty(PropertyName = "Sync-Token")]
public string SyncToken { get; set; }

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.AppConfiguration.Models
{
using Newtonsoft.Json;
using System.Linq;

/// <summary>
/// Defines headers for CheckLabels operation.
/// </summary>
public partial class CheckLabelsHeaders
{
/// <summary>
/// Initializes a new instance of the CheckLabelsHeaders class.
/// </summary>
public CheckLabelsHeaders()
{
CustomInit();
}

/// <summary>
/// Initializes a new instance of the CheckLabelsHeaders class.
/// </summary>
/// <param name="syncToken">Enables real-time consistency between
/// requests by providing the returned value in the next request made
/// to the server.</param>
public CheckLabelsHeaders(string syncToken = default(string))
{
SyncToken = syncToken;
CustomInit();
}

/// <summary>
/// An initialization method that performs custom operations like setting defaults
/// </summary>
partial void CustomInit();

/// <summary>
/// Gets or sets enables real-time consistency between requests by
/// providing the returned value in the next request made to the
/// server.
/// </summary>
[JsonProperty(PropertyName = "Sync-Token")]
public string SyncToken { get; set; }

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.AppConfiguration.Models
{
using Newtonsoft.Json;
using System.Linq;

/// <summary>
/// Defines headers for CheckRevisions operation.
/// </summary>
public partial class CheckRevisionsHeaders
{
/// <summary>
/// Initializes a new instance of the CheckRevisionsHeaders class.
/// </summary>
public CheckRevisionsHeaders()
{
CustomInit();
}

/// <summary>
/// Initializes a new instance of the CheckRevisionsHeaders class.
/// </summary>
/// <param name="syncToken">Enables real-time consistency between
/// requests by providing the returned value in the next request made
/// to the server.</param>
public CheckRevisionsHeaders(string syncToken = default(string))
{
SyncToken = syncToken;
CustomInit();
}

/// <summary>
/// An initialization method that performs custom operations like setting defaults
/// </summary>
partial void CustomInit();

/// <summary>
/// Gets or sets enables real-time consistency between requests by
/// providing the returned value in the next request made to the
/// server.
/// </summary>
[JsonProperty(PropertyName = "Sync-Token")]
public string SyncToken { get; set; }

}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
// <auto-generated>
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for
// license information.
//
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is
// regenerated.
// </auto-generated>

namespace Microsoft.Azure.AppConfiguration.Models
{
using Newtonsoft.Json;
using System.Linq;

/// <summary>
/// Defines headers for DeleteKeyValue operation.
/// </summary>
public partial class DeleteKeyValueHeaders
{
/// <summary>
/// Initializes a new instance of the DeleteKeyValueHeaders class.
/// </summary>
public DeleteKeyValueHeaders()
{
CustomInit();
}

/// <summary>
/// Initializes a new instance of the DeleteKeyValueHeaders class.
/// </summary>
/// <param name="syncToken">Enables real-time consistency between
/// requests by providing the returned value in the next request made
/// to the server.</param>
/// <param name="eTag">An identifier representing the returned state of
/// the resource.</param>
public DeleteKeyValueHeaders(string syncToken = default(string), string eTag = default(string))
{
SyncToken = syncToken;
ETag = eTag;
CustomInit();
}

/// <summary>
/// An initialization method that performs custom operations like setting defaults
/// </summary>
partial void CustomInit();

/// <summary>
/// Gets or sets enables real-time consistency between requests by
/// providing the returned value in the next request made to the
/// server.
/// </summary>
[JsonProperty(PropertyName = "Sync-Token")]
public string SyncToken { get; set; }

/// <summary>
/// Gets or sets an identifier representing the returned state of the
/// resource.
/// </summary>
[JsonProperty(PropertyName = "ETag")]
public string ETag { get; set; }

}
}
Loading