| | 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 Microsoft.Azure.Batch.FileStaging { |
| | 12 | | using System; |
| | 13 | | using System.Reflection; |
| | 14 | |
|
| | 15 | |
|
| | 16 | | /// <summary> |
| | 17 | | /// A strongly-typed resource class, for looking up localized strings, etc. |
| | 18 | | /// </summary> |
| | 19 | | // This class was auto-generated by the StronglyTypedResourceBuilder |
| | 20 | | // class via a tool like ResGen or Visual Studio. |
| | 21 | | // To add or remove a member, edit your .ResX file then rerun ResGen |
| | 22 | | // with the /str option, or rebuild your VS project. |
| | 23 | | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0. |
| | 24 | | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 25 | | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
| | 26 | | internal class ErrorMessages { |
| | 27 | |
|
| | 28 | | private static global::System.Resources.ResourceManager resourceMan; |
| | 29 | |
|
| | 30 | | private static global::System.Globalization.CultureInfo resourceCulture; |
| | 31 | |
|
| | 32 | | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalled |
| 0 | 33 | | internal ErrorMessages() { |
| 0 | 34 | | } |
| | 35 | |
|
| | 36 | | /// <summary> |
| | 37 | | /// Returns the cached ResourceManager instance used by this class. |
| | 38 | | /// </summary> |
| | 39 | | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan |
| | 40 | | internal static global::System.Resources.ResourceManager ResourceManager { |
| | 41 | | get { |
| 0 | 42 | | if (object.ReferenceEquals(resourceMan, null)) { |
| 0 | 43 | | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Micros |
| 0 | 44 | | resourceMan = temp; |
| | 45 | | } |
| 0 | 46 | | return resourceMan; |
| | 47 | | } |
| | 48 | | } |
| | 49 | |
|
| | 50 | | /// <summary> |
| | 51 | | /// Overrides the current thread's CurrentUICulture property for all |
| | 52 | | /// resource lookups using this strongly typed resource class. |
| | 53 | | /// </summary> |
| | 54 | | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan |
| | 55 | | internal static global::System.Globalization.CultureInfo Culture { |
| | 56 | | get { |
| 0 | 57 | | return resourceCulture; |
| | 58 | | } |
| | 59 | | set { |
| 0 | 60 | | resourceCulture = value; |
| 0 | 61 | | } |
| | 62 | | } |
| | 63 | |
|
| | 64 | | /// <summary> |
| | 65 | | /// Looks up a localized string similar to An incorrect artifact implementation class was provided.. |
| | 66 | | /// </summary> |
| | 67 | | internal static string FileStagingIncorrectArtifact { |
| | 68 | | get { |
| 0 | 69 | | return ResourceManager.GetString("FileStagingIncorrectArtifact", resourceCulture); |
| | 70 | | } |
| | 71 | | } |
| | 72 | |
|
| | 73 | | /// <summary> |
| | 74 | | /// Looks up a localized string similar to The following local file cannot be staged because it cannot be foun |
| | 75 | | /// </summary> |
| | 76 | | internal static string FileStagingLocalFileNotFound { |
| | 77 | | get { |
| 0 | 78 | | return ResourceManager.GetString("FileStagingLocalFileNotFound", resourceCulture); |
| | 79 | | } |
| | 80 | | } |
| | 81 | |
|
| | 82 | | /// <summary> |
| | 83 | | /// Looks up a localized string similar to All files destined for the default blob container must use the same |
| | 84 | | /// </summary> |
| | 85 | | internal static string FileStagingOnlyASingleStorageAccount { |
| | 86 | | get { |
| 0 | 87 | | return ResourceManager.GetString("FileStagingOnlyASingleStorageAccount", resourceCulture); |
| | 88 | | } |
| | 89 | | } |
| | 90 | |
|
| | 91 | | /// <summary> |
| | 92 | | /// Looks up a localized string similar to The following property has been set once and cannot be set again: { |
| | 93 | | /// </summary> |
| | 94 | | internal static string FileStagingPropertyCanBeSetOnlyOnce { |
| | 95 | | get { |
| 0 | 96 | | return ResourceManager.GetString("FileStagingPropertyCanBeSetOnlyOnce", resourceCulture); |
| | 97 | | } |
| | 98 | | } |
| | 99 | | } |
| | 100 | | } |