CheckDependenciesResponse 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.
Model for the check dependencies API for an informatica serverless runtime resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CheckDependenciesResponseTypeConverter))]
public class CheckDependenciesResponse : Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ICheckDependenciesResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.CheckDependenciesResponseTypeConverter))>]
type CheckDependenciesResponse = class
interface ICheckDependenciesResponse
interface IJsonSerializable
Public Class CheckDependenciesResponse
Implements ICheckDependenciesResponse
- Inheritance
-
CheckDependenciesResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CheckDependenciesResponse() |
Creates an new CheckDependenciesResponse instance. |
Properties
| Name | Description |
|---|---|
| Count |
Count of dependencies |
| Id |
id of resource |
| Reference |
List of dependencies |
| ResourceGroupName |
Gets the resource group name |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CheckDependenciesResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CheckDependenciesResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Informatica.Models.ICheckDependenciesResponse. |
| FromJsonString(String) |
Creates a new instance of CheckDependenciesResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CheckDependenciesResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |