DependencyMapIdentity 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.DependencyMap.Models.DependencyMapIdentityTypeConverter))]
public class DependencyMapIdentity : Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDependencyMapIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.DependencyMapIdentityTypeConverter))>]
type DependencyMapIdentity = class
interface IDependencyMapIdentity
interface IJsonSerializable
Public Class DependencyMapIdentity
Implements IDependencyMapIdentity
- Inheritance
-
DependencyMapIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DependencyMapIdentity() |
Creates an new DependencyMapIdentity instance. |
Properties
| Name | Description |
|---|---|
| Id |
Resource identity path |
| MapName |
Maps resource name |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SourceName |
discovery source resource |
| SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DependencyMapIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DependencyMapIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DependencyMap.Models.IDependencyMapIdentity. |
| FromJsonString(String) |
Creates a new instance of DependencyMapIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DependencyMapIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |