BatchProvisioningIssueProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET