| | 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 { |
| | 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.Diagnostics.DebuggerNonUserCodeAttribute()] |
| | 24 | | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
| | 25 | | public class BatchErrorMessages { |
| | 26 | |
|
| | 27 | | private static global::System.Resources.ResourceManager resourceMan; |
| | 28 | |
|
| | 29 | | private static global::System.Globalization.CultureInfo resourceCulture; |
| | 30 | |
|
| 0 | 31 | | internal BatchErrorMessages() { |
| 0 | 32 | | } |
| | 33 | |
|
| | 34 | | /// <summary> |
| | 35 | | /// Returns the cached ResourceManager instance used by this class. |
| | 36 | | /// </summary> |
| | 37 | | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan |
| | 38 | | public static global::System.Resources.ResourceManager ResourceManager { |
| | 39 | | get { |
| 360 | 40 | | if (object.ReferenceEquals(resourceMan, null)) { |
| 1 | 41 | | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Micros |
| 1 | 42 | | resourceMan = temp; |
| | 43 | | } |
| 360 | 44 | | return resourceMan; |
| | 45 | | } |
| | 46 | | } |
| | 47 | |
|
| | 48 | | /// <summary> |
| | 49 | | /// Overrides the current thread's CurrentUICulture property for all |
| | 50 | | /// resource lookups using this strongly typed resource class. |
| | 51 | | /// </summary> |
| | 52 | | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advan |
| | 53 | | public static global::System.Globalization.CultureInfo Culture { |
| | 54 | | get { |
| 0 | 55 | | return resourceCulture; |
| | 56 | | } |
| | 57 | | set { |
| 0 | 58 | | resourceCulture = value; |
| 0 | 59 | | } |
| | 60 | | } |
| | 61 | |
|
| | 62 | | /// <summary> |
| | 63 | | /// Looks up a localized string similar to Addition of a task failed with unexpected status code. Details: {0 |
| | 64 | | /// </summary> |
| | 65 | | public static string AddTaskCollectionTerminated { |
| | 66 | | get { |
| 1 | 67 | | return ResourceManager.GetString("AddTaskCollectionTerminated", resourceCulture); |
| | 68 | | } |
| | 69 | | } |
| | 70 | |
|
| | 71 | | /// <summary> |
| | 72 | | /// Looks up a localized string similar to Task {0} reported AddTaskResultAction.UnretryableFailure. |
| | 73 | | /// </summary> |
| | 74 | | public static string AddTaskResultActionUnretryableFailure { |
| | 75 | | get { |
| 0 | 76 | | return ResourceManager.GetString("AddTaskResultActionUnretryableFailure", resourceCulture); |
| | 77 | | } |
| | 78 | | } |
| | 79 | |
|
| | 80 | | /// <summary> |
| | 81 | | /// Looks up a localized string similar to An attempt was made to use an instance of BatchClient that is in t |
| | 82 | | /// </summary> |
| | 83 | | public static string BatchClientIsClosed { |
| | 84 | | get { |
| 12 | 85 | | return ResourceManager.GetString("BatchClientIsClosed", resourceCulture); |
| | 86 | | } |
| | 87 | | } |
| | 88 | |
|
| | 89 | | /// <summary> |
| | 90 | | /// Looks up a localized string similar to This BatchRequest has started executing and can no longer be modif |
| | 91 | | /// </summary> |
| | 92 | | public static string BatchRequestCannotBeModified { |
| | 93 | | get { |
| 7 | 94 | | return ResourceManager.GetString("BatchRequestCannotBeModified", resourceCulture); |
| | 95 | | } |
| | 96 | | } |
| | 97 | |
|
| | 98 | | /// <summary> |
| | 99 | | /// Looks up a localized string similar to A value of null cannot be specified when invoking the CommitChange |
| | 100 | | /// </summary> |
| | 101 | | public static string CannotPatchNullValue { |
| | 102 | | get { |
| 3 | 103 | | return ResourceManager.GetString("CannotPatchNullValue", resourceCulture); |
| | 104 | | } |
| | 105 | | } |
| | 106 | |
|
| | 107 | | /// <summary> |
| | 108 | | /// Looks up a localized string similar to {0} can only be run once.. |
| | 109 | | /// </summary> |
| | 110 | | public static string CanOnlyBeRunOnceFailure { |
| | 111 | | get { |
| 0 | 112 | | return ResourceManager.GetString("CanOnlyBeRunOnceFailure", resourceCulture); |
| | 113 | | } |
| | 114 | | } |
| | 115 | |
|
| | 116 | | /// <summary> |
| | 117 | | /// Looks up a localized string similar to Items contained in collection must not be null. |
| | 118 | | /// </summary> |
| | 119 | | public static string CollectionMustNotContainNull { |
| | 120 | | get { |
| 2 | 121 | | return ResourceManager.GetString("CollectionMustNotContainNull", resourceCulture); |
| | 122 | | } |
| | 123 | | } |
| | 124 | |
|
| | 125 | | /// <summary> |
| | 126 | | /// Looks up a localized string similar to Must have at least one behavior of type {0}. |
| | 127 | | /// </summary> |
| | 128 | | public static string GeneralBehaviorMissing { |
| | 129 | | get { |
| 2 | 130 | | return ResourceManager.GetString("GeneralBehaviorMissing", resourceCulture); |
| | 131 | | } |
| | 132 | | } |
| | 133 | |
|
| | 134 | | /// <summary> |
| | 135 | | /// Looks up a localized string similar to This object is in an invalid state. Write access is not allowed.. |
| | 136 | | /// </summary> |
| | 137 | | public static string GeneralObjectInInvalidState { |
| | 138 | | get { |
| 246 | 139 | | return ResourceManager.GetString("GeneralObjectInInvalidState", resourceCulture); |
| | 140 | | } |
| | 141 | | } |
| | 142 | |
|
| | 143 | | /// <summary> |
| | 144 | | /// Looks up a localized string similar to Simultaneous Commit operators are forbidden.. |
| | 145 | | /// </summary> |
| | 146 | | public static string GeneralSimultaneousCommitsForbidden { |
| | 147 | | get { |
| 0 | 148 | | return ResourceManager.GetString("GeneralSimultaneousCommitsForbidden", resourceCulture); |
| | 149 | | } |
| | 150 | | } |
| | 151 | |
|
| | 152 | | /// <summary> |
| | 153 | | /// Looks up a localized string similar to Incorrect type returned.. |
| | 154 | | /// </summary> |
| | 155 | | public static string IncorrectTypeReturned { |
| | 156 | | get { |
| 0 | 157 | | return ResourceManager.GetString("IncorrectTypeReturned", resourceCulture); |
| | 158 | | } |
| | 159 | | } |
| | 160 | |
|
| | 161 | | /// <summary> |
| | 162 | | /// Looks up a localized string similar to Monitor requires all instances to have the same server-side parent |
| | 163 | | /// </summary> |
| | 164 | | public static string MonitorInstancesMustHaveSameServerSideParent { |
| | 165 | | get { |
| 0 | 166 | | return ResourceManager.GetString("MonitorInstancesMustHaveSameServerSideParent", resourceCulture); |
| | 167 | | } |
| | 168 | | } |
| | 169 | |
|
| | 170 | | /// <summary> |
| | 171 | | /// Looks up a localized string similar to One or more requests to the Azure Batch service failed.. |
| | 172 | | /// </summary> |
| | 173 | | public static string MultipleParallelRequestsHitUnexpectedErrors { |
| | 174 | | get { |
| 4 | 175 | | return ResourceManager.GetString("MultipleParallelRequestsHitUnexpectedErrors", resourceCulture); |
| | 176 | | } |
| | 177 | | } |
| | 178 | |
|
| | 179 | | /// <summary> |
| | 180 | | /// Looks up a localized string similar to Timed out waiting for resources after {0}.. |
| | 181 | | /// </summary> |
| | 182 | | public static string ODataMonitorTimedOut { |
| | 183 | | get { |
| 1 | 184 | | return ResourceManager.GetString("ODataMonitorTimedOut", resourceCulture); |
| | 185 | | } |
| | 186 | | } |
| | 187 | |
|
| | 188 | | /// <summary> |
| | 189 | | /// Looks up a localized string similar to This operation is forbidden on bound objects.. |
| | 190 | | /// </summary> |
| | 191 | | public static string OperationForbiddenOnBoundObjects { |
| | 192 | | get { |
| 0 | 193 | | return ResourceManager.GetString("OperationForbiddenOnBoundObjects", resourceCulture); |
| | 194 | | } |
| | 195 | | } |
| | 196 | |
|
| | 197 | | /// <summary> |
| | 198 | | /// Looks up a localized string similar to This operation is forbidden on unbound objects.. |
| | 199 | | /// </summary> |
| | 200 | | public static string OperationForbiddenOnUnboundObjects { |
| | 201 | | get { |
| 4 | 202 | | return ResourceManager.GetString("OperationForbiddenOnUnboundObjects", resourceCulture); |
| | 203 | | } |
| | 204 | | } |
| | 205 | |
|
| | 206 | | /// <summary> |
| | 207 | | /// Looks up a localized string similar to The property {0} cannot be read while the object is in the {1} sta |
| | 208 | | /// </summary> |
| | 209 | | public static string PropertiesReadAccessViolation { |
| | 210 | | get { |
| 54 | 211 | | return ResourceManager.GetString("PropertiesReadAccessViolation", resourceCulture); |
| | 212 | | } |
| | 213 | | } |
| | 214 | |
|
| | 215 | | /// <summary> |
| | 216 | | /// Looks up a localized string similar to The property {0} cannot be modified while the object is in the {1} |
| | 217 | | /// </summary> |
| | 218 | | public static string PropertiesWriteAccessViolation { |
| | 219 | | get { |
| 20 | 220 | | return ResourceManager.GetString("PropertiesWriteAccessViolation", resourceCulture); |
| | 221 | | } |
| | 222 | | } |
| | 223 | |
|
| | 224 | | /// <summary> |
| | 225 | | /// Looks up a localized string similar to End task id must be greater than or equal to the start task id.. |
| | 226 | | /// </summary> |
| | 227 | | public static string TaskIdRangeCannotHaveEndLessThanStart { |
| | 228 | | get { |
| 1 | 229 | | return ResourceManager.GetString("TaskIdRangeCannotHaveEndLessThanStart", resourceCulture); |
| | 230 | | } |
| | 231 | | } |
| | 232 | |
|
| | 233 | | /// <summary> |
| | 234 | | /// Looks up a localized string similar to End task id must be greater or equal to 0.. |
| | 235 | | /// </summary> |
| | 236 | | public static string TaskIdRangeCannotHaveNegativeEnd { |
| | 237 | | get { |
| 1 | 238 | | return ResourceManager.GetString("TaskIdRangeCannotHaveNegativeEnd", resourceCulture); |
| | 239 | | } |
| | 240 | | } |
| | 241 | |
|
| | 242 | | /// <summary> |
| | 243 | | /// Looks up a localized string similar to First task id must be greater or equal to 0.. |
| | 244 | | /// </summary> |
| | 245 | | public static string TaskIdRangeCannotHaveNegativeStart { |
| | 246 | | get { |
| 1 | 247 | | return ResourceManager.GetString("TaskIdRangeCannotHaveNegativeStart", resourceCulture); |
| | 248 | | } |
| | 249 | | } |
| | 250 | |
|
| | 251 | | /// <summary> |
| | 252 | | /// Looks up a localized string similar to Type {0} does not support an expand clause.. |
| | 253 | | /// </summary> |
| | 254 | | public static string TypeDoesNotSupportExpandClause { |
| | 255 | | get { |
| 0 | 256 | | return ResourceManager.GetString("TypeDoesNotSupportExpandClause", resourceCulture); |
| | 257 | | } |
| | 258 | | } |
| | 259 | |
|
| | 260 | | /// <summary> |
| | 261 | | /// Looks up a localized string similar to Type {0} does not support a filter clause.. |
| | 262 | | /// </summary> |
| | 263 | | public static string TypeDoesNotSupportFilterClause { |
| | 264 | | get { |
| 1 | 265 | | return ResourceManager.GetString("TypeDoesNotSupportFilterClause", resourceCulture); |
| | 266 | | } |
| | 267 | | } |
| | 268 | |
|
| | 269 | | /// <summary> |
| | 270 | | /// Looks up a localized string similar to Type {0} does not support a select clause.. |
| | 271 | | /// </summary> |
| | 272 | | public static string TypeDoesNotSupportSelectClause { |
| | 273 | | get { |
| 0 | 274 | | return ResourceManager.GetString("TypeDoesNotSupportSelectClause", resourceCulture); |
| | 275 | | } |
| | 276 | | } |
| | 277 | |
|
| | 278 | | /// <summary> |
| | 279 | | /// Looks up a localized string similar to Unknown AddTaskResultAction value: {0}. |
| | 280 | | /// </summary> |
| | 281 | | public static string UnknownAddTaskResultAction { |
| | 282 | | get { |
| 0 | 283 | | return ResourceManager.GetString("UnknownAddTaskResultAction", resourceCulture); |
| | 284 | | } |
| | 285 | | } |
| | 286 | | } |
| | 287 | | } |