BasicResourceWithSettableIdName Class

Definition

Common resource representation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BasicResourceWithSettableIdNameTypeConverter))]
public class BasicResourceWithSettableIdName : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBasicResourceWithSettableIdName
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BasicResourceWithSettableIdNameTypeConverter))>]
type BasicResourceWithSettableIdName = class
    interface IBasicResourceWithSettableIdName
    interface IJsonSerializable
Public Class BasicResourceWithSettableIdName
Implements IBasicResourceWithSettableIdName
Inheritance
BasicResourceWithSettableIdName
Attributes
Implements

Constructors

Name Description
BasicResourceWithSettableIdName()

Creates an new BasicResourceWithSettableIdName instance.

Properties

Name Description
Id

Resource ID.

Name

Resource name.

Type

Resource type.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BasicResourceWithSettableIdName.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BasicResourceWithSettableIdName.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBasicResourceWithSettableIdName.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BasicResourceWithSettableIdName into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to