你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProvisioningIssueProperties Class

Definition

Properties of Provisioning Issue

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

Applies to