HybridComputeProvisioningIssue 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 on issues that occurred during provisioning.
public class HybridComputeProvisioningIssue : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeProvisioningIssue>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputeProvisioningIssue>
type HybridComputeProvisioningIssue = class
interface IJsonModel<HybridComputeProvisioningIssue>
interface IPersistableModel<HybridComputeProvisioningIssue>
Public Class HybridComputeProvisioningIssue
Implements IJsonModel(Of HybridComputeProvisioningIssue), IPersistableModel(Of HybridComputeProvisioningIssue)
- Inheritance
-
HybridComputeProvisioningIssue
- Implements
Properties
Description |
Description of the provisioning issue. |
IssueType |
Issue type. |
Name |
Name of the provisioning issue. |
Severity |
Severity of the provisioning issue. |
SuggestedAccessRules |
Access rules that can be added to the perimeter to remediate the issue. |
SuggestedResourceIds |
ARM Ids of the resources that can be associated to the same perimeter to remediate the issue. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HybridComputeProvisioningIssue>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridComputeProvisioningIssue>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridComputeProvisioningIssue>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridComputeProvisioningIssue>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridComputeProvisioningIssue>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET