VnetValidationTestFailure Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. models. VnetValidationTestFailure
- com.
- com.
public final class VnetValidationTestFailure
extends ProxyOnlyResource
A class that describes a test that failed during NSG and UDR validation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
details()
Get the details property: The details of what caused the failure, e. |
|
static
Vnet |
fromJson(JsonReader jsonReader)
Reads an instance of Vnet |
| String |
id()
Get the id property: Resource Id. |
| String |
name()
Get the name property: Resource Name. |
| String |
testName()
Get the test |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Method Details
details
public String details()
Get the details property: The details of what caused the failure, e.g. the blocking rule name, etc.
Returns:
fromJson
public static VnetValidationTestFailure fromJson(JsonReader jsonReader)
Reads an instance of VnetValidationTestFailure from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
VnetValidationTestFailure.id()Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
VnetValidationTestFailure.name()Returns:
testName
public String testName()
Get the testName property: The name of the test that failed.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
VnetValidationTestFailure.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
VnetValidationTestFailure.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
VnetValidationTestFailure.validate()