UnresolvedDependenciesFilterProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.UnresolvedDependenciesFilterPropertiesTypeConverter))]
public class UnresolvedDependenciesFilterProperties : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IUnresolvedDependenciesFilterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.UnresolvedDependenciesFilterPropertiesTypeConverter))>]
type UnresolvedDependenciesFilterProperties = class
interface IUnresolvedDependenciesFilterProperties
interface IJsonSerializable
Public Class UnresolvedDependenciesFilterProperties
Implements IUnresolvedDependenciesFilterProperties
- Inheritance
-
UnresolvedDependenciesFilterProperties
- Attributes
- Implements
Constructors
UnresolvedDependenciesFilterProperties() |
Creates an new UnresolvedDependenciesFilterProperties instance. |
Properties
Count |
The count of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UnresolvedDependenciesFilterProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UnresolvedDependenciesFilterProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.Api20230801.IUnresolvedDependenciesFilterProperties. |
FromJsonString(String) |
Creates a new instance of UnresolvedDependenciesFilterProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UnresolvedDependenciesFilterProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |