ProvisioningIssue 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ProvisioningIssueTypeConverter))]
public class ProvisioningIssue : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ProvisioningIssueTypeConverter))>]
type ProvisioningIssue = class
interface IProvisioningIssue
interface IJsonSerializable
Public Class ProvisioningIssue
Implements IProvisioningIssue
- Inheritance
-
ProvisioningIssue
- Attributes
- Implements
Constructors
ProvisioningIssue() |
Creates an new ProvisioningIssue instance. |
Properties
Description |
Description of the provisioning issue. |
IssueType |
Issue type |
Name |
Name of the provisioning issue. |
Severity |
Severity of the provisioning issue. |
SuggestedAccessRule |
Access rules that can be added to the perimeter to remediate the issue |
SuggestedResourceId |
ARM Ids of the resources that can be associated to the same perimeter to remediate the issue |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProvisioningIssue. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProvisioningIssue. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssue. |
FromJsonString(String) |
Creates a new instance of ProvisioningIssue, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProvisioningIssue into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |