ProvisioningIssue Class

  • java.lang.Object
    • com.azure.resourcemanager.batch.models.ProvisioningIssue

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 ProvisioningIssue fromJson(JsonReader jsonReader)

Reads an instance of ProvisioningIssue from the JsonReader.

String name()

Get the name property: Name of the issue.

ProvisioningIssueProperties properties()

Get the properties property: The properties property.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ProvisioningIssue if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ProvisioningIssue.

name

public String name()

Get the name property: Name of the issue.

Returns:

the name value.

properties

public ProvisioningIssueProperties properties()

Get the properties property: The properties property.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to