ProvisioningIssue Class
- java.
lang. Object - com.
azure. resourcemanager. batch. models. ProvisioningIssue
- com.
Implements
public final class ProvisioningIssue
implements JsonSerializable<ProvisioningIssue>
Describes a provisioning issue for a network security perimeter configuration.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Provisioning |
fromJson(JsonReader jsonReader)
Reads an instance of Provisioning |
| String |
name()
Get the name property: Name of the issue. |
|
Provisioning |
properties()
Get the properties property: The properties property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ProvisioningIssue fromJson(JsonReader jsonReader)
Reads an instance of ProvisioningIssue from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of the issue.
Returns:
properties
public ProvisioningIssueProperties properties()
Get the properties property: The properties property.
Returns:
toJson
validate
public void validate()
Validates the instance.