예제 #1
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='entity'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ApiOverrideModel> ApiApiOverridePutAsync(this ISettingsServiceV2API operations, KeyValueToUpdate entity = default(KeyValueToUpdate), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ApiApiOverridePutWithHttpMessagesAsync(entity, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
예제 #2
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IList <IRepository> > ApiApiRepositoryGetAsync(this ISettingsServiceV2API operations, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ApiApiRepositoryGetWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
예제 #3
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='repository'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <ApiRepositoryModel> ApiApiRepositoryPostAsync(this ISettingsServiceV2API operations, RepositoryEntity repository = default(RepositoryEntity), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ApiApiRepositoryPostWithHttpMessagesAsync(repository, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
예제 #4
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <IKeyValueEntity> ApiApiOverrideByIdGetAsync(this ISettingsServiceV2API operations, string id, CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ApiApiOverrideByIdGetWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }
예제 #5
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static void HomeSetLockTimePost(this ISettingsServiceV2API operations)
 {
     operations.HomeSetLockTimePostAsync().GetAwaiter().GetResult();
 }
예제 #6
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='keyValueId'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeGetKvHistoryPostAsync(this ISettingsServiceV2API operations, string keyValueId = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeGetKvHistoryPostWithHttpMessagesAsync(keyValueId, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #7
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='key'>
 /// </param>
 /// <param name='networkId'>
 /// </param>
 /// <param name='value'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task OverrideDeletePostAsync(this ISettingsServiceV2API operations, string key = default(string), string networkId = default(string), string value = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.OverrideDeletePostWithHttpMessagesAsync(key, networkId, value, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #8
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='repositoryName'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='fileName'>
 /// </param>
 public static void HomeRepositoryFileByRepositoryNameByRowKeyByFileNameGet(this ISettingsServiceV2API operations, string repositoryName, string rowKey, string fileName)
 {
     operations.HomeRepositoryFileByRepositoryNameByRowKeyByFileNameGetAsync(repositoryName, rowKey, fileName).GetAwaiter().GetResult();
 }
예제 #9
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='ip'>
 /// </param>
 /// <param name='ips'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task NetworksUpdatePostAsync(this ISettingsServiceV2API operations, string id = default(string), string name = default(string), string ip = default(string), IList <string> ips = default(IList <string>), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.NetworksUpdatePostWithHttpMessagesAsync(id, name, ip, ips, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #10
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static void NetworksPost(this ISettingsServiceV2API operations)
 {
     operations.NetworksPostAsync().GetAwaiter().GetResult();
 }
예제 #11
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='search'>
 /// </param>
 public static void HomeKeyValueGet(this ISettingsServiceV2API operations, string filter = default(string), string search = default(string))
 {
     operations.HomeKeyValueGetAsync(filter, search).GetAwaiter().GetResult();
 }
예제 #12
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='useManualSettings'>
 /// </param>
 /// <param name='timestamp'>
 /// </param>
 /// <param name='lastModified'>
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='gitUrl'>
 /// </param>
 /// <param name='branch'>
 /// </param>
 /// <param name='fileName'>
 /// </param>
 /// <param name='userName'>
 /// </param>
 /// <param name='connectionUrl'>
 /// </param>
 /// <param name='originalName'>
 /// </param>
 /// <param name='version'>
 /// </param>
 /// <param name='partitionKey'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='eTag'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeChangeRepositoryNamePostAsync(this ISettingsServiceV2API operations, bool useManualSettings, System.DateTime timestamp, string lastModified = default(string), string name = default(string), string gitUrl = default(string), string branch = default(string), string fileName = default(string), string userName = default(string), string connectionUrl = default(string), string originalName = default(string), string version = default(string), string partitionKey = default(string), string rowKey = default(string), string eTag = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeChangeRepositoryNamePostWithHttpMessagesAsync(useManualSettings, timestamp, lastModified, name, gitUrl, branch, fileName, userName, connectionUrl, originalName, version, partitionKey, rowKey, eTag, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #13
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='useManualSettings'>
 /// </param>
 /// <param name='timestamp'>
 /// </param>
 /// <param name='lastModified'>
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='gitUrl'>
 /// </param>
 /// <param name='branch'>
 /// </param>
 /// <param name='fileName'>
 /// </param>
 /// <param name='userName'>
 /// </param>
 /// <param name='connectionUrl'>
 /// </param>
 /// <param name='originalName'>
 /// </param>
 /// <param name='version'>
 /// </param>
 /// <param name='partitionKey'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='eTag'>
 /// </param>
 public static void HomeChangeRepositoryNamePost(this ISettingsServiceV2API operations, bool useManualSettings, System.DateTime timestamp, string lastModified = default(string), string name = default(string), string gitUrl = default(string), string branch = default(string), string fileName = default(string), string userName = default(string), string connectionUrl = default(string), string originalName = default(string), string version = default(string), string partitionKey = default(string), string rowKey = default(string), string eTag = default(string))
 {
     operations.HomeChangeRepositoryNamePostAsync(useManualSettings, timestamp, lastModified, name, gitUrl, branch, fileName, userName, connectionUrl, originalName, version, partitionKey, rowKey, eTag).GetAwaiter().GetResult();
 }
예제 #14
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='entity'>
 /// </param>
 public static ApiOverrideModel ApiApiOverridePut(this ISettingsServiceV2API operations, KeyValueToUpdate entity = default(KeyValueToUpdate))
 {
     return(operations.ApiApiOverridePutAsync(entity).GetAwaiter().GetResult());
 }
예제 #15
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='page'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeConnectionUrlHistoryByPageGetAsync(this ISettingsServiceV2API operations, int?page = default(int?), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeConnectionUrlHistoryByPageGetWithHttpMessagesAsync(page, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #16
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='page'>
 /// </param>
 public static void HomeConnectionUrlHistoryByPageGet(this ISettingsServiceV2API operations, int?page = default(int?))
 {
     operations.HomeConnectionUrlHistoryByPageGetAsync(page).GetAwaiter().GetResult();
 }
예제 #17
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='repositoryName'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='fileName'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeRepositoryFileByRepositoryNameByRowKeyByFileNameGetAsync(this ISettingsServiceV2API operations, string repositoryName, string rowKey, string fileName, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeRepositoryFileByRepositoryNameByRowKeyByFileNameGetWithHttpMessagesAsync(repositoryName, rowKey, fileName, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #18
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeSetLockTimePostAsync(this ISettingsServiceV2API operations, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeSetLockTimePostWithHttpMessagesAsync(null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #19
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static IKeyValueEntity ApiApiOverrideByIdGet(this ISettingsServiceV2API operations, string id)
 {
     return(operations.ApiApiOverrideByIdGetAsync(id).GetAwaiter().GetResult());
 }
예제 #20
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='filter'>
 /// </param>
 /// <param name='search'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeKeyValueGetAsync(this ISettingsServiceV2API operations, string filter = default(string), string search = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeKeyValueGetWithHttpMessagesAsync(filter, search, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #21
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='name'>
 /// </param>
 /// <param name='ip'>
 /// </param>
 /// <param name='ips'>
 /// </param>
 public static void NetworksUpdatePost(this ISettingsServiceV2API operations, string id = default(string), string name = default(string), string ip = default(string), IList <string> ips = default(IList <string>))
 {
     operations.NetworksUpdatePostAsync(id, name, ip, ips).GetAwaiter().GetResult();
 }
예제 #22
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task NetworksDeletePostAsync(this ISettingsServiceV2API operations, string id = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.NetworksDeletePostWithHttpMessagesAsync(id, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #23
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static void NetworksDeletePost(this ISettingsServiceV2API operations, string id = default(string))
 {
     operations.NetworksDeletePostAsync(id).GetAwaiter().GetResult();
 }
예제 #24
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='repositoryId'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeRepositoryFileJsonViewPostAsync(this ISettingsServiceV2API operations, string repositoryId = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeRepositoryFileJsonViewPostWithHttpMessagesAsync(repositoryId, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #25
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='key'>
 /// </param>
 public static void OverridePost(this ISettingsServiceV2API operations, string key = default(string))
 {
     operations.OverridePostAsync(key).GetAwaiter().GetResult();
 }
예제 #26
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='isUsedInRepository'>
 /// </param>
 /// <param name='isJsonType'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='key'>
 /// </param>
 /// <param name='eTag'>
 /// </param>
 /// <param name='value'>
 /// </param>
 /// <param name='isDuplicated'>
 /// </param>
 /// <param name='types'>
 /// </param>
 /// <param name='overrideParameter'>
 /// </param>
 /// <param name='forced'>
 /// </param>
 public static void HomeUploadKeyValuePost(this ISettingsServiceV2API operations, bool isUsedInRepository, bool isJsonType, string rowKey = default(string), string key = default(string), string eTag = default(string), string value = default(string), bool?isDuplicated = default(bool?), IList <string> types = default(IList <string>), IList <object> overrideParameter = default(IList <object>), bool?forced = default(bool?))
 {
     operations.HomeUploadKeyValuePostAsync(isUsedInRepository, isJsonType, rowKey, key, eTag, value, isDuplicated, types, overrideParameter, forced).GetAwaiter().GetResult();
 }
예제 #27
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='key'>
 /// </param>
 /// <param name='networkId'>
 /// </param>
 /// <param name='value'>
 /// </param>
 public static void OverrideDeletePost(this ISettingsServiceV2API operations, string key = default(string), string networkId = default(string), string value = default(string))
 {
     operations.OverrideDeletePostAsync(key, networkId, value).GetAwaiter().GetResult();
 }
예제 #28
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='isUsedInRepository'>
 /// </param>
 /// <param name='isJsonType'>
 /// </param>
 /// <param name='rowKey'>
 /// </param>
 /// <param name='key'>
 /// </param>
 /// <param name='eTag'>
 /// </param>
 /// <param name='value'>
 /// </param>
 /// <param name='isDuplicated'>
 /// </param>
 /// <param name='types'>
 /// </param>
 /// <param name='overrideParameter'>
 /// </param>
 /// <param name='forced'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task HomeUploadKeyValuePostAsync(this ISettingsServiceV2API operations, bool isUsedInRepository, bool isJsonType, string rowKey = default(string), string key = default(string), string eTag = default(string), string value = default(string), bool?isDuplicated = default(bool?), IList <string> types = default(IList <string>), IList <object> overrideParameter = default(IList <object>), bool?forced = default(bool?), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.HomeUploadKeyValuePostWithHttpMessagesAsync(isUsedInRepository, isJsonType, rowKey, key, eTag, value, isDuplicated, types, overrideParameter, forced, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
예제 #29
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='id'>
 /// </param>
 public static bool?ApiApiOverrideByIdDelete(this ISettingsServiceV2API operations, string id)
 {
     return(operations.ApiApiOverrideByIdDeleteAsync(id).GetAwaiter().GetResult());
 }
예제 #30
0
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='keyValueId'>
 /// </param>
 public static void HomeGetKvHistoryPost(this ISettingsServiceV2API operations, string keyValueId = default(string))
 {
     operations.HomeGetKvHistoryPostAsync(keyValueId).GetAwaiter().GetResult();
 }