次の方法で共有


ProvisioningIssue Class

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

Implements

public final class ProvisioningIssue
implements JsonSerializable<ProvisioningIssue>

Describes a provisioning issue for a network security perimeter configuration.

Constructor Summary

Constructor Description
ProvisioningIssue()

Creates an instance of ProvisioningIssue class.

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: Details of a provisioning issue for a network security perimeter (NSP) configuration.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ProvisioningIssue

public ProvisioningIssue()

Creates an instance of ProvisioningIssue class.

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: Details of a provisioning issue for a network security perimeter (NSP) configuration. Resource providers should generate separate provisioning issue elements for each separate issue detected, and include a meaningful and distinctive description, as well as any appropriate suggestedResourceIds and suggestedAccessRules.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to