ResizeError Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ResizeError() |
Initializes a new instance of the ResizeError class. |
ResizeError(String, String, IList<NameValuePair>) |
Initializes a new instance of the ResizeError class. |
ResizeError()
- Source:
- ResizeError.cs
Initializes a new instance of the ResizeError class.
public ResizeError ();
Public Sub New ()
Applies to
ResizeError(String, String, IList<NameValuePair>)
- Source:
- ResizeError.cs
Initializes a new instance of the ResizeError class.
public ResizeError (string code = default, string message = default, System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> values = default);
new Microsoft.Azure.Batch.Protocol.Models.ResizeError : string * string * System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.NameValuePair> -> Microsoft.Azure.Batch.Protocol.Models.ResizeError
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional values As IList(Of NameValuePair) = Nothing)
Parameters
- code
- String
An identifier for the Pool resize error. Codes are invariant and are intended to be consumed programmatically.
- message
- String
A message describing the Pool resize error, intended to be suitable for display in a user interface.
- values
- IList<NameValuePair>
A list of additional error details related to the Pool resize error.