次の方法で共有


BatchProvisioningIssueProperties Class

Definition

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.

public class BatchProvisioningIssueProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Batch.Models.BatchProvisioningIssueProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Batch.Models.BatchProvisioningIssueProperties>
type BatchProvisioningIssueProperties = class
    interface IJsonModel<BatchProvisioningIssueProperties>
    interface IPersistableModel<BatchProvisioningIssueProperties>
Public Class BatchProvisioningIssueProperties
Implements IJsonModel(Of BatchProvisioningIssueProperties), IPersistableModel(Of BatchProvisioningIssueProperties)
Inheritance
BatchProvisioningIssueProperties
Implements

Properties

Description

Description of the issue.

IssueType

Type of issue.

Severity

Severity of the issue.

SuggestedAccessRules

Access rules that can be added to the network security profile (NSP) to remediate the issue.

SuggestedResourceIds

Fully qualified resource IDs of suggested resources that can be associated to the network security perimeter (NSP) to remediate the issue.

Explicit Interface Implementations

IJsonModel<BatchProvisioningIssueProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BatchProvisioningIssueProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BatchProvisioningIssueProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BatchProvisioningIssueProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BatchProvisioningIssueProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to