ProvisioningIssueProperties 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.
Properties of a provisioning issue.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ProvisioningIssuePropertiesTypeConverter))]
public class ProvisioningIssueProperties : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssueProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.ProvisioningIssuePropertiesTypeConverter))>]
type ProvisioningIssueProperties = class
interface IProvisioningIssueProperties
interface IJsonSerializable
Public Class ProvisioningIssueProperties
Implements IProvisioningIssueProperties
- Inheritance
-
ProvisioningIssueProperties
- Attributes
- Implements
Constructors
ProvisioningIssueProperties() |
Creates an new ProvisioningIssueProperties instance. |
Properties
Description |
Description of the provisioning issue. |
IssueType |
Issue type |
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 ProvisioningIssueProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProvisioningIssueProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IProvisioningIssueProperties. |
FromJsonString(String) |
Creates a new instance of ProvisioningIssueProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProvisioningIssueProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |