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 Provisioning Issue
[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.ProvisioningIssuePropertiesTypeConverter))]
public class ProvisioningIssueProperties : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.IProvisioningIssueProperties
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.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 issue |
IssueType |
Type of 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.EventHub.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() |