Udostępnij za pośrednictwem


SupportIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportIdentityTypeConverter))]
public class SupportIdentity : Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.SupportIdentityTypeConverter))>]
type SupportIdentity = class
    interface ISupportIdentity
    interface IJsonSerializable
Public Class SupportIdentity
Implements ISupportIdentity
Inheritance
SupportIdentity
Attributes
Implements

Constructors

SupportIdentity()

Creates an new SupportIdentity instance.

Properties

ChatTranscriptName

ChatTranscript name.

CommunicationName

Communication name.

FileName

File Name

FileWorkspaceName

File Workspace Name

Id

Resource identity path

ProblemClassificationName

Name of problem classification.

ServiceName

Name of the Azure service.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

SupportTicketName

Support ticket name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Support.Models.ISupportIdentity.

FromJsonString(String)

Creates a new instance of SupportIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to