VnetValidationFailureDetailsInner 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
VnetValidationFailureDetailsInner() |
Initializes a new instance of the VnetValidationFailureDetailsInner class. |
VnetValidationFailureDetailsInner(String, String, String, String, Nullable<Boolean>, IList<VnetValidationTestFailure>) |
Initializes a new instance of the VnetValidationFailureDetailsInner class. |
VnetValidationFailureDetailsInner()
Initializes a new instance of the VnetValidationFailureDetailsInner class.
public VnetValidationFailureDetailsInner ();
Public Sub New ()
Applies to
VnetValidationFailureDetailsInner(String, String, String, String, Nullable<Boolean>, IList<VnetValidationTestFailure>)
Initializes a new instance of the VnetValidationFailureDetailsInner class.
public VnetValidationFailureDetailsInner (string id = default, string name = default, string type = default, string kind = default, bool? failed = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationTestFailure> failedTests = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationFailureDetailsInner : string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationTestFailure> -> Microsoft.Azure.Management.AppService.Fluent.Models.VnetValidationFailureDetailsInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional failed As Nullable(Of Boolean) = Nothing, Optional failedTests As IList(Of VnetValidationTestFailure) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- failedTests
- IList<VnetValidationTestFailure>
A list of tests that failed in the validation.
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