Aracılığıyla paylaş


ResourceId Class

Definition

Resource ID definition used by parent to reference child resources.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.ResourceIdTypeConverter))]
public class ResourceId : Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IResourceId
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.ResourceIdTypeConverter))>]
type ResourceId = class
    interface IResourceId
    interface IJsonSerializable
Public Class ResourceId
Implements IResourceId
Inheritance
ResourceId
Attributes
Implements

Constructors

ResourceId()

Creates an new ResourceId instance.

Properties

Id

Resource ID of child resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceId.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceId.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Alb.Models.IResourceId.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceId into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to