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

UnresolvedDependency Class

Definition

Unresolved dependency.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.UnresolvedDependencyTypeConverter))]
public class UnresolvedDependency : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IUnresolvedDependency
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.UnresolvedDependencyTypeConverter))>]
type UnresolvedDependency = class
    interface IUnresolvedDependency
    interface IJsonSerializable
Public Class UnresolvedDependency
Implements IUnresolvedDependency
Inheritance
UnresolvedDependency
Attributes
Implements

Constructors

UnresolvedDependency()

Creates an new UnresolvedDependency instance.

Properties

Count

Gets or sets the count.

Id

Gets or sets the arm id of the dependency.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of UnresolvedDependency.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of UnresolvedDependency.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IUnresolvedDependency.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of UnresolvedDependency into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to