Share via


ProvisioningIssue Class

Definition

Describes Provisioning issue for given NetworkSecurityPerimeterConfiguration

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.ProvisioningIssueTypeConverter))]
public class ProvisioningIssue : Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.IProvisioningIssue
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Models.Api202301Preview.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 issue

IssueType

Type of Issue

Name

Name of 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.EventHub.Models.Api202301Preview.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()

Applies to