| | 1 | | //------------------------------------------------------------------------------ |
| | 2 | | // <auto-generated> |
| | 3 | | // This code was generated by a tool. |
| | 4 | | // Runtime Version:4.0.30319.42000 |
| | 5 | | // |
| | 6 | | // Changes to this file may cause incorrect behavior and will be lost if |
| | 7 | | // the code is regenerated. |
| | 8 | | // </auto-generated> |
| | 9 | | //------------------------------------------------------------------------------ |
| | 10 | |
|
| | 11 | | namespace Azure.Messaging.ServiceBus { |
| | 12 | | using System; |
| | 13 | |
|
| | 14 | |
|
| | 15 | | /// <summary> |
| | 16 | | /// A strongly-typed resource class, for looking up localized strings, etc. |
| | 17 | | /// </summary> |
| | 18 | | // This class was auto-generated by the StronglyTypedResourceBuilder |
| | 19 | | // class via a tool like ResGen or Visual Studio. |
| | 20 | | // To add or remove a member, edit your .ResX file then rerun ResGen |
| | 21 | | // with the /str option, or rebuild your VS project. |
| | 22 | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0 |
| | 23 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 24 | | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
| | 25 | | internal class Resources { |
| | 26 | |
|
| | 27 | | private static global::System.Resources.ResourceManager resourceMan; |
| | 28 | |
|
| | 29 | | private static global::System.Globalization.CultureInfo resourceCulture; |
| | 30 | |
|
| | 31 | | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalled |
| 0 | 32 | | internal Resources() { |
| 0 | 33 | | } |
| | 34 | |
|
| | 35 | | /// <summary> |
| | 36 | | /// Returns the cached ResourceManager instance used by this class. |
| | 37 | | /// </summary> |
| | 38 | | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan |
| | 39 | | internal static global::System.Resources.ResourceManager ResourceManager { |
| | 40 | | get { |
| 82 | 41 | | if (object.ReferenceEquals(resourceMan, null)) { |
| 2 | 42 | | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Azure. |
| 2 | 43 | | resourceMan = temp; |
| | 44 | | } |
| 82 | 45 | | return resourceMan; |
| | 46 | | } |
| | 47 | | } |
| | 48 | |
|
| | 49 | | /// <summary> |
| | 50 | | /// Overrides the current thread's CurrentUICulture property for all |
| | 51 | | /// resource lookups using this strongly typed resource class. |
| | 52 | | /// </summary> |
| | 53 | | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan |
| | 54 | | internal static global::System.Globalization.CultureInfo Culture { |
| | 55 | | get { |
| 0 | 56 | | return resourceCulture; |
| | 57 | | } |
| | 58 | | set { |
| 0 | 59 | | resourceCulture = value; |
| 0 | 60 | | } |
| | 61 | | } |
| | 62 | |
|
| | 63 | | /// <summary> |
| | 64 | | /// Looks up a localized string similar to Failed to retreive session ID from broker. Please retry.. |
| | 65 | | /// </summary> |
| | 66 | | internal static string AmqpFieldSessionId { |
| | 67 | | get { |
| 0 | 68 | | return ResourceManager.GetString("AmqpFieldSessionId", resourceCulture); |
| | 69 | | } |
| | 70 | | } |
| | 71 | |
|
| | 72 | | /// <summary> |
| | 73 | | /// Looks up a localized string similar to The received message (delivery-id:{0}, size:{1} bytes) exceeds the |
| | 74 | | /// </summary> |
| | 75 | | internal static string AmqpMessageSizeExceeded { |
| | 76 | | get { |
| 0 | 77 | | return ResourceManager.GetString("AmqpMessageSizeExceeded", resourceCulture); |
| | 78 | | } |
| | 79 | | } |
| | 80 | |
|
| | 81 | | /// <summary> |
| | 82 | | /// Looks up a localized string similar to The following arguments must all be provided or none at all: {0}.. |
| | 83 | | /// </summary> |
| | 84 | | internal static string ArgumentInvalidCombination { |
| | 85 | | get { |
| 0 | 86 | | return ResourceManager.GetString("ArgumentInvalidCombination", resourceCulture); |
| | 87 | | } |
| | 88 | | } |
| | 89 | |
|
| | 90 | | /// <summary> |
| | 91 | | /// Looks up a localized string similar to The value of the argument {0} must be positive.. |
| | 92 | | /// </summary> |
| | 93 | | internal static string ArgumentMustBePositive { |
| | 94 | | get { |
| 0 | 95 | | return ResourceManager.GetString("ArgumentMustBePositive", resourceCulture); |
| | 96 | | } |
| | 97 | | } |
| | 98 | |
|
| | 99 | | /// <summary> |
| | 100 | | /// Looks up a localized string similar to The argument {0} is null or white space.. |
| | 101 | | /// </summary> |
| | 102 | | internal static string ArgumentNullOrWhiteSpace { |
| | 103 | | get { |
| 0 | 104 | | return ResourceManager.GetString("ArgumentNullOrWhiteSpace", resourceCulture); |
| | 105 | | } |
| | 106 | | } |
| | 107 | |
|
| | 108 | | /// <summary> |
| | 109 | | /// Looks up a localized string similar to The argument '{0}' cannot exceed {1} characters.. |
| | 110 | | /// </summary> |
| | 111 | | internal static string ArgumentStringTooBig { |
| | 112 | | get { |
| 0 | 113 | | return ResourceManager.GetString("ArgumentStringTooBig", resourceCulture); |
| | 114 | | } |
| | 115 | | } |
| | 116 | |
|
| | 117 | | /// <summary> |
| | 118 | | /// Looks up a localized string similar to There are no brokeredMessages supplied. Please make sure input mess |
| | 119 | | /// </summary> |
| | 120 | | internal static string BrokeredMessageListIsNullOrEmpty { |
| | 121 | | get { |
| 0 | 122 | | return ResourceManager.GetString("BrokeredMessageListIsNullOrEmpty", resourceCulture); |
| | 123 | | } |
| | 124 | | } |
| | 125 | |
|
| | 126 | | /// <summary> |
| | 127 | | /// Looks up a localized string similar to Messages cannot be locked when working with session-enabled entitie |
| | 128 | | /// </summary> |
| | 129 | | internal static string CannotLockMessageOnSessionEntity { |
| | 130 | | get { |
| 0 | 131 | | return ResourceManager.GetString("CannotLockMessageOnSessionEntity", resourceCulture); |
| | 132 | | } |
| | 133 | | } |
| | 134 | |
|
| | 135 | | /// <summary> |
| | 136 | | /// Looks up a localized string similar to When using a sessionful entity, the Session event handler must be u |
| | 137 | | /// </summary> |
| | 138 | | internal static string CannotRegisterNonSessionEventHandlerWhenUsingSession { |
| | 139 | | get { |
| 0 | 140 | | return ResourceManager.GetString("CannotRegisterNonSessionEventHandlerWhenUsingSession", resourceCulture |
| | 141 | | } |
| | 142 | | } |
| | 143 | |
|
| | 144 | | /// <summary> |
| | 145 | | /// Looks up a localized string similar to When not using a sessionful entity, the non-session event handler m |
| | 146 | | /// </summary> |
| | 147 | | internal static string CannotRegisterSessionEventHandlerWhenNotUsingSessions { |
| | 148 | | get { |
| 0 | 149 | | return ResourceManager.GetString("CannotRegisterSessionEventHandlerWhenNotUsingSessions", resourceCultur |
| | 150 | | } |
| | 151 | | } |
| | 152 | |
|
| | 153 | | /// <summary> |
| | 154 | | /// Looks up a localized string similar to Sending empty {0} is not a valid operation.. |
| | 155 | | /// </summary> |
| | 156 | | internal static string CannotSendAnEmptyMessage { |
| | 157 | | get { |
| 0 | 158 | | return ResourceManager.GetString("CannotSendAnEmptyMessage", resourceCulture); |
| | 159 | | } |
| | 160 | | } |
| | 161 | |
|
| | 162 | | /// <summary> |
| | 163 | | /// Looks up a localized string similar to Cannot begin processing without {0} handler set.. |
| | 164 | | /// </summary> |
| | 165 | | internal static string CannotStartMessageProcessorWithoutHandler { |
| | 166 | | get { |
| 10 | 167 | | return ResourceManager.GetString("CannotStartMessageProcessorWithoutHandler", resourceCulture); |
| | 168 | | } |
| | 169 | | } |
| | 170 | |
|
| | 171 | | /// <summary> |
| | 172 | | /// Looks up a localized string similar to '{0}' contains character '{1}' which is not all |
| | 173 | | /// </summary> |
| | 174 | | internal static string CharacterReservedForUriScheme { |
| | 175 | | get { |
| 0 | 176 | | return ResourceManager.GetString("CharacterReservedForUriScheme", resourceCulture); |
| | 177 | | } |
| | 178 | | } |
| | 179 | |
|
| | 180 | | /// <summary> |
| | 181 | | /// Looks up a localized string similar to {0} has already been closed and cannot perform the requested operat |
| | 182 | | /// </summary> |
| | 183 | | internal static string ClosedInstanceCannotPerformOperation { |
| | 184 | | get { |
| 2 | 185 | | return ResourceManager.GetString("ClosedInstanceCannotPerformOperation", resourceCulture); |
| | 186 | | } |
| | 187 | | } |
| | 188 | |
|
| | 189 | | /// <summary> |
| | 190 | | /// Looks up a localized string similar to Unable to acquire an access token using the provided credential.. |
| | 191 | | /// </summary> |
| | 192 | | internal static string CouldNotAcquireAccessToken { |
| | 193 | | get { |
| 0 | 194 | | return ResourceManager.GetString("CouldNotAcquireAccessToken", resourceCulture); |
| | 195 | | } |
| | 196 | | } |
| | 197 | |
|
| | 198 | | /// <summary> |
| | 199 | | /// Looks up a localized string similar to Unable to create the items needed to communicate with the Service B |
| | 200 | | /// </summary> |
| | 201 | | internal static string CouldNotCreateLink { |
| | 202 | | get { |
| 0 | 203 | | return ResourceManager.GetString("CouldNotCreateLink", resourceCulture); |
| | 204 | | } |
| | 205 | | } |
| | 206 | |
|
| | 207 | | /// <summary> |
| | 208 | | /// Looks up a localized string similar to This request has been blocked because the entity or namespace is be |
| | 209 | | /// </summary> |
| | 210 | | internal static string DefaultServerBusyException { |
| | 211 | | get { |
| 0 | 212 | | return ResourceManager.GetString("DefaultServerBusyException", resourceCulture); |
| | 213 | | } |
| | 214 | | } |
| | 215 | |
|
| | 216 | | /// <summary> |
| | 217 | | /// Looks up a localized string similar to The minimum back off period '{0}' cannot exceed the maxim |
| | 218 | | /// </summary> |
| | 219 | | internal static string ExponentialRetryBackoffRange { |
| | 220 | | get { |
| 0 | 221 | | return ResourceManager.GetString("ExponentialRetryBackoffRange", resourceCulture); |
| | 222 | | } |
| | 223 | | } |
| | 224 | |
|
| | 225 | | /// <summary> |
| | 226 | | /// Looks up a localized string similar to Serialization operation failed due to unsupported type {0}.. |
| | 227 | | /// </summary> |
| | 228 | | internal static string FailedToSerializeUnsupportedType { |
| | 229 | | get { |
| 0 | 230 | | return ResourceManager.GetString("FailedToSerializeUnsupportedType", resourceCulture); |
| | 231 | | } |
| | 232 | | } |
| | 233 | |
|
| | 234 | | /// <summary> |
| | 235 | | /// Looks up a localized string similar to Another handler has already been assigned to this event and there c |
| | 236 | | /// </summary> |
| | 237 | | internal static string HandlerHasAlreadyBeenAssigned { |
| | 238 | | get { |
| 12 | 239 | | return ResourceManager.GetString("HandlerHasAlreadyBeenAssigned", resourceCulture); |
| | 240 | | } |
| | 241 | | } |
| | 242 | |
|
| | 243 | | /// <summary> |
| | 244 | | /// Looks up a localized string similar to This handler has not been previously assigned to this event.. |
| | 245 | | /// </summary> |
| | 246 | | internal static string HandlerHasNotBeenAssigned { |
| | 247 | | get { |
| 24 | 248 | | return ResourceManager.GetString("HandlerHasNotBeenAssigned", resourceCulture); |
| | 249 | | } |
| | 250 | | } |
| | 251 | |
|
| | 252 | | /// <summary> |
| | 253 | | /// Looks up a localized string similar to {0} is not a supported user property type.. |
| | 254 | | /// </summary> |
| | 255 | | internal static string InvalidAmqpMessageProperty { |
| | 256 | | get { |
| 0 | 257 | | return ResourceManager.GetString("InvalidAmqpMessageProperty", resourceCulture); |
| | 258 | | } |
| | 259 | | } |
| | 260 | |
|
| | 261 | | /// <summary> |
| | 262 | | /// Looks up a localized string similar to The entity name or path contains an invalid character '{0}&apo |
| | 263 | | /// </summary> |
| | 264 | | internal static string InvalidCharacterInEntityName { |
| | 265 | | get { |
| 0 | 266 | | return ResourceManager.GetString("InvalidCharacterInEntityName", resourceCulture); |
| | 267 | | } |
| | 268 | | } |
| | 269 | |
|
| | 270 | | /// <summary> |
| | 271 | | /// Looks up a localized string similar to The connection string could not be parsed; either it was malformed |
| | 272 | | /// </summary> |
| | 273 | | internal static string InvalidConnectionString { |
| | 274 | | get { |
| 0 | 275 | | return ResourceManager.GetString("InvalidConnectionString", resourceCulture); |
| | 276 | | } |
| | 277 | | } |
| | 278 | |
|
| | 279 | | /// <summary> |
| | 280 | | /// Looks up a localized string similar to The string has an invalid encoding format.. |
| | 281 | | /// </summary> |
| | 282 | | internal static string InvalidEncoding { |
| | 283 | | get { |
| 0 | 284 | | return ResourceManager.GetString("InvalidEncoding", resourceCulture); |
| | 285 | | } |
| | 286 | | } |
| | 287 | |
|
| | 288 | | /// <summary> |
| | 289 | | /// Looks up a localized string similar to The value '{0}' is not a well-formed Service Bus fully qu |
| | 290 | | /// </summary> |
| | 291 | | internal static string InvalidFullyQualifiedNamespace { |
| | 292 | | get { |
| 6 | 293 | | return ResourceManager.GetString("InvalidFullyQualifiedNamespace", resourceCulture); |
| | 294 | | } |
| | 295 | | } |
| | 296 | |
|
| | 297 | | /// <summary> |
| | 298 | | /// Looks up a localized string similar to The shared access signature could not be parsed; it was either malf |
| | 299 | | /// </summary> |
| | 300 | | internal static string InvalidSharedAccessSignature { |
| | 301 | | get { |
| 0 | 302 | | return ResourceManager.GetString("InvalidSharedAccessSignature", resourceCulture); |
| | 303 | | } |
| | 304 | | } |
| | 305 | |
|
| | 306 | | /// <summary> |
| | 307 | | /// Looks up a localized string similar to The requested transport type, '{0}' is not supported.. |
| | 308 | | /// </summary> |
| | 309 | | internal static string InvalidTransportType { |
| | 310 | | get { |
| 0 | 311 | | return ResourceManager.GetString("InvalidTransportType", resourceCulture); |
| | 312 | | } |
| | 313 | | } |
| | 314 | |
|
| | 315 | | /// <summary> |
| | 316 | | /// Looks up a localized string similar to List of lock tokens cannot be empty. |
| | 317 | | /// </summary> |
| | 318 | | internal static string ListOfLockTokensCannotBeEmpty { |
| | 319 | | get { |
| 0 | 320 | | return ResourceManager.GetString("ListOfLockTokensCannotBeEmpty", resourceCulture); |
| | 321 | | } |
| | 322 | | } |
| | 323 | |
|
| | 324 | | /// <summary> |
| | 325 | | /// Looks up a localized string similar to The maximum permitted length of {0} was exceeded.. |
| | 326 | | /// </summary> |
| | 327 | | internal static string MaxPermittedLengthExceeded { |
| | 328 | | get { |
| 0 | 329 | | return ResourceManager.GetString("MaxPermittedLengthExceeded", resourceCulture); |
| | 330 | | } |
| | 331 | | } |
| | 332 | |
|
| | 333 | | /// <summary> |
| | 334 | | /// Looks up a localized string similar to The message batch is currently being used in communication with the |
| | 335 | | /// </summary> |
| | 336 | | internal static string MessageBatchIsLocked { |
| | 337 | | get { |
| 8 | 338 | | return ResourceManager.GetString("MessageBatchIsLocked", resourceCulture); |
| | 339 | | } |
| | 340 | | } |
| | 341 | |
|
| | 342 | | /// <summary> |
| | 343 | | /// Looks up a localized string similar to A message handler has already been registered.. |
| | 344 | | /// </summary> |
| | 345 | | internal static string MessageHandlerAlreadyRegistered { |
| | 346 | | get { |
| 0 | 347 | | return ResourceManager.GetString("MessageHandlerAlreadyRegistered", resourceCulture); |
| | 348 | | } |
| | 349 | | } |
| | 350 | |
|
| | 351 | | /// <summary> |
| | 352 | | /// Looks up a localized string similar to The lock supplied is invalid. Either the lock expired, or the messa |
| | 353 | | /// </summary> |
| | 354 | | internal static string MessageLockLost { |
| | 355 | | get { |
| 0 | 356 | | return ResourceManager.GetString("MessageLockLost", resourceCulture); |
| | 357 | | } |
| | 358 | | } |
| | 359 | |
|
| | 360 | | /// <summary> |
| | 361 | | /// Looks up a localized string similar to The message (id:{0}, size:{1} bytes) is larger than is currently al |
| | 362 | | /// </summary> |
| | 363 | | internal static string MessageSizeExceeded { |
| | 364 | | get { |
| 0 | 365 | | return ResourceManager.GetString("MessageSizeExceeded", resourceCulture); |
| | 366 | | } |
| | 367 | | } |
| | 368 | |
|
| | 369 | | /// <summary> |
| | 370 | | /// Looks up a localized string similar to The connection string used for an Service Bus entity client must sp |
| | 371 | | /// </summary> |
| | 372 | | internal static string MissingConnectionInformation { |
| | 373 | | get { |
| 6 | 374 | | return ResourceManager.GetString("MissingConnectionInformation", resourceCulture); |
| | 375 | | } |
| | 376 | | } |
| | 377 | |
|
| | 378 | | /// <summary> |
| | 379 | | /// Looks up a localized string similar to '{0}' is not a supported type.. |
| | 380 | | /// </summary> |
| | 381 | | internal static string NotSupportedPropertyType { |
| | 382 | | get { |
| 0 | 383 | | return ResourceManager.GetString("NotSupportedPropertyType", resourceCulture); |
| | 384 | | } |
| | 385 | | } |
| | 386 | |
|
| | 387 | | /// <summary> |
| | 388 | | /// Looks up a localized string similar to The path to an Service Bus entity may be specified as part of the c |
| | 389 | | /// </summary> |
| | 390 | | internal static string OnlyOneEntityNameMayBeSpecified { |
| | 391 | | get { |
| 4 | 392 | | return ResourceManager.GetString("OnlyOneEntityNameMayBeSpecified", resourceCulture); |
| | 393 | | } |
| | 394 | | } |
| | 395 | |
|
| | 396 | | /// <summary> |
| | 397 | | /// Looks up a localized string similar to The operation is only supported in 'PeekLock' receive mod |
| | 398 | | /// </summary> |
| | 399 | | internal static string OperationNotSupported { |
| | 400 | | get { |
| 0 | 401 | | return ResourceManager.GetString("OperationNotSupported", resourceCulture); |
| | 402 | | } |
| | 403 | | } |
| | 404 | |
|
| | 405 | | /// <summary> |
| | 406 | | /// Looks up a localized string similar to This operation is not supported for peeked messages. Only messages |
| | 407 | | /// </summary> |
| | 408 | | internal static string PeekLockModeRequired { |
| | 409 | | get { |
| 0 | 410 | | return ResourceManager.GetString("PeekLockModeRequired", resourceCulture); |
| | 411 | | } |
| | 412 | | } |
| | 413 | |
|
| | 414 | | /// <summary> |
| | 415 | | /// Looks up a localized string similar to The {0} plugin has already been registered.. |
| | 416 | | /// </summary> |
| | 417 | | internal static string PluginAlreadyRegistered { |
| | 418 | | get { |
| 0 | 419 | | return ResourceManager.GetString("PluginAlreadyRegistered", resourceCulture); |
| | 420 | | } |
| | 421 | | } |
| | 422 | |
|
| | 423 | | /// <summary> |
| | 424 | | /// Looks up a localized string similar to A proxy may only be used for a web sockets connection.. |
| | 425 | | /// </summary> |
| | 426 | | internal static string ProxyMustUseWebSockets { |
| | 427 | | get { |
| 4 | 428 | | return ResourceManager.GetString("ProxyMustUseWebSockets", resourceCulture); |
| | 429 | | } |
| | 430 | | } |
| | 431 | |
|
| | 432 | | /// <summary> |
| | 433 | | /// Looks up a localized string similar to Provided rule filter {0} is not supported. Supported values are: {1 |
| | 434 | | /// </summary> |
| | 435 | | internal static string RuleFilterNotSupported { |
| | 436 | | get { |
| 0 | 437 | | return ResourceManager.GetString("RuleFilterNotSupported", resourceCulture); |
| | 438 | | } |
| | 439 | | } |
| | 440 | |
|
| | 441 | | /// <summary> |
| | 442 | | /// Looks up a localized string similar to The message processor is already running and needs to be stopped in |
| | 443 | | /// </summary> |
| | 444 | | internal static string RunningMessageProcessorCannotPerformOperation { |
| | 445 | | get { |
| 0 | 446 | | return ResourceManager.GetString("RunningMessageProcessorCannotPerformOperation", resourceCulture); |
| | 447 | | } |
| | 448 | | } |
| | 449 | |
|
| | 450 | | /// <summary> |
| | 451 | | /// Looks up a localized string similar to When sending via a different entity, an entity path is not allowed |
| | 452 | | /// </summary> |
| | 453 | | internal static string SendViaCannotBeUsedWithEntityInConnectionString { |
| | 454 | | get { |
| 2 | 455 | | return ResourceManager.GetString("SendViaCannotBeUsedWithEntityInConnectionString", resourceCulture); |
| | 456 | | } |
| | 457 | | } |
| | 458 | |
|
| | 459 | | /// <summary> |
| | 460 | | /// Looks up a localized string similar to Failed to retreive session filter from broker. Please retry.. |
| | 461 | | /// </summary> |
| | 462 | | internal static string SessionFilterMissing { |
| | 463 | | get { |
| 0 | 464 | | return ResourceManager.GetString("SessionFilterMissing", resourceCulture); |
| | 465 | | } |
| | 466 | | } |
| | 467 | |
|
| | 468 | | /// <summary> |
| | 469 | | /// Looks up a localized string similar to A session handler has already been registered.. |
| | 470 | | /// </summary> |
| | 471 | | internal static string SessionHandlerAlreadyRegistered { |
| | 472 | | get { |
| 0 | 473 | | return ResourceManager.GetString("SessionHandlerAlreadyRegistered", resourceCulture); |
| | 474 | | } |
| | 475 | | } |
| | 476 | |
|
| | 477 | | /// <summary> |
| | 478 | | /// Looks up a localized string similar to The session lock was lost. Request a new session receiver.. |
| | 479 | | /// </summary> |
| | 480 | | internal static string SessionLockExpiredOnMessageSession { |
| | 481 | | get { |
| 0 | 482 | | return ResourceManager.GetString("SessionLockExpiredOnMessageSession", resourceCulture); |
| | 483 | | } |
| | 484 | | } |
| | 485 | |
|
| | 486 | | /// <summary> |
| | 487 | | /// Looks up a localized string similar to The operation is not supported for peeked message. Only received me |
| | 488 | | /// </summary> |
| | 489 | | internal static string SettlementOperationNotSupported { |
| | 490 | | get { |
| 2 | 491 | | return ResourceManager.GetString("SettlementOperationNotSupported", resourceCulture); |
| | 492 | | } |
| | 493 | | } |
| | 494 | |
|
| | 495 | | /// <summary> |
| | 496 | | /// Looks up a localized string similar to In order to update the signature, a shared access key must have bee |
| | 497 | | /// </summary> |
| | 498 | | internal static string SharedAccessKeyIsRequired { |
| | 499 | | get { |
| 0 | 500 | | return ResourceManager.GetString("SharedAccessKeyIsRequired", resourceCulture); |
| | 501 | | } |
| | 502 | | } |
| | 503 | |
|
| | 504 | | /// <summary> |
| | 505 | | /// Looks up a localized string similar to A shared key credential is unable to generate a token directly. Ple |
| | 506 | | /// </summary> |
| | 507 | | internal static string SharedKeyCredentialCannotGenerateTokens { |
| | 508 | | get { |
| 0 | 509 | | return ResourceManager.GetString("SharedKeyCredentialCannotGenerateTokens", resourceCulture); |
| | 510 | | } |
| | 511 | | } |
| | 512 | |
|
| | 513 | | /// <summary> |
| | 514 | | /// Looks up a localized string similar to The length of the filter statement is {0}, which exceeds the maximu |
| | 515 | | /// </summary> |
| | 516 | | internal static string SqlRuleFilterStatmentTooLong { |
| | 517 | | get { |
| 0 | 518 | | return ResourceManager.GetString("SqlRuleFilterStatmentTooLong", resourceCulture); |
| | 519 | | } |
| | 520 | | } |
| | 521 | |
|
| | 522 | | /// <summary> |
| | 523 | | /// Looks up a localized string similar to Argument {0} must be a non-negative timeout value. The provided val |
| | 524 | | /// </summary> |
| | 525 | | internal static string TimeoutMustBeNonNegative { |
| | 526 | | get { |
| 0 | 527 | | return ResourceManager.GetString("TimeoutMustBeNonNegative", resourceCulture); |
| | 528 | | } |
| | 529 | | } |
| | 530 | |
|
| | 531 | | /// <summary> |
| | 532 | | /// Looks up a localized string similar to Argument {0} must be a positive timeout value. The provided value w |
| | 533 | | /// </summary> |
| | 534 | | internal static string TimeoutMustBePositive { |
| | 535 | | get { |
| 0 | 536 | | return ResourceManager.GetString("TimeoutMustBePositive", resourceCulture); |
| | 537 | | } |
| | 538 | | } |
| | 539 | |
|
| | 540 | | /// <summary> |
| | 541 | | /// Looks up a localized string similar to Argument {0} must be a positive non-zero timeout value. The provide |
| | 542 | | /// </summary> |
| | 543 | | internal static string TimeoutMustBePositiveNonZero { |
| | 544 | | get { |
| 0 | 545 | | return ResourceManager.GetString("TimeoutMustBePositiveNonZero", resourceCulture); |
| | 546 | | } |
| | 547 | | } |
| | 548 | |
|
| | 549 | | /// <summary> |
| | 550 | | /// Looks up a localized string similar to The provided token does not specify the 'Audience' value. |
| | 551 | | /// </summary> |
| | 552 | | internal static string TokenMissingAudience { |
| | 553 | | get { |
| 0 | 554 | | return ResourceManager.GetString("TokenMissingAudience", resourceCulture); |
| | 555 | | } |
| | 556 | | } |
| | 557 | |
|
| | 558 | | /// <summary> |
| | 559 | | /// Looks up a localized string similar to The provided token does not specify the 'ExpiresOn' value |
| | 560 | | /// </summary> |
| | 561 | | internal static string TokenMissingExpiresOn { |
| | 562 | | get { |
| 0 | 563 | | return ResourceManager.GetString("TokenMissingExpiresOn", resourceCulture); |
| | 564 | | } |
| | 565 | | } |
| | 566 | |
|
| | 567 | | /// <summary> |
| | 568 | | /// Looks up a localized string similar to The specified connection type, "{0}", is not recognized a |
| | 569 | | /// </summary> |
| | 570 | | internal static string UnknownConnectionType { |
| | 571 | | get { |
| 0 | 572 | | return ResourceManager.GetString("UnknownConnectionType", resourceCulture); |
| | 573 | | } |
| | 574 | | } |
| | 575 | |
|
| | 576 | | /// <summary> |
| | 577 | | /// Looks up a localized string similar to The requested retry mode, '{0}', is not known; a retry de |
| | 578 | | /// </summary> |
| | 579 | | internal static string UnknownRetryMode { |
| | 580 | | get { |
| 0 | 581 | | return ResourceManager.GetString("UnknownRetryMode", resourceCulture); |
| | 582 | | } |
| | 583 | | } |
| | 584 | |
|
| | 585 | | /// <summary> |
| | 586 | | /// Looks up a localized string similar to The requested transport event type, '{0}', is not support |
| | 587 | | /// </summary> |
| | 588 | | internal static string UnsupportedTransportEventType { |
| | 589 | | get { |
| 2 | 590 | | return ResourceManager.GetString("UnsupportedTransportEventType", resourceCulture); |
| | 591 | | } |
| | 592 | | } |
| | 593 | | } |
| | 594 | | } |