다음을 통해 공유


AzureResourcePropertiesBase Class

Definition

The azure resource properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AzureResourcePropertiesBaseTypeConverter))]
public class AzureResourcePropertiesBase : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAzureResourcePropertiesBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.AzureResourcePropertiesBaseTypeConverter))>]
type AzureResourcePropertiesBase = class
    interface IAzureResourcePropertiesBase
    interface IJsonSerializable
Public Class AzureResourcePropertiesBase
Implements IAzureResourcePropertiesBase
Inheritance
AzureResourcePropertiesBase
Attributes
Implements

Constructors

AzureResourcePropertiesBase()

Creates an new AzureResourcePropertiesBase instance.

Properties

Type

The azure resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AzureResourcePropertiesBase.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AzureResourcePropertiesBase.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAzureResourcePropertiesBase. Note: the Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.IAzureResourcePropertiesBase interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AzureResourcePropertiesBase into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to