ArmResourceGraphModelFactory.FacetErrorDetails Method
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.
Initializes a new instance of FacetErrorDetails.
public static Azure.ResourceManager.ResourceGraph.Models.FacetErrorDetails FacetErrorDetails(string code = default, string message = default, System.Collections.Generic.IReadOnlyDictionary<string,BinaryData> additionalProperties = default);
static member FacetErrorDetails : string * string * System.Collections.Generic.IReadOnlyDictionary<string, BinaryData> -> Azure.ResourceManager.ResourceGraph.Models.FacetErrorDetails
Public Shared Function FacetErrorDetails (Optional code As String = Nothing, Optional message As String = Nothing, Optional additionalProperties As IReadOnlyDictionary(Of String, BinaryData) = Nothing) As FacetErrorDetails
Parameters
- code
- String
Error code identifying the specific error.
- message
- String
A human readable error message.
- additionalProperties
- IReadOnlyDictionary<String,BinaryData>
Additional Properties.
Returns
A new FacetErrorDetails instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET