Freigeben über


SubResourceAutoGenerated Class

Definition

Reference to another subresource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.SubResourceAutoGeneratedTypeConverter))]
public class SubResourceAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.SubResourceAutoGeneratedTypeConverter))>]
type SubResourceAutoGenerated = class
    interface ISubResourceAutoGenerated
    interface IJsonSerializable
Public Class SubResourceAutoGenerated
Implements ISubResourceAutoGenerated
Inheritance
SubResourceAutoGenerated
Attributes
Implements

Constructors

Name Description
SubResourceAutoGenerated()

Creates an new SubResourceAutoGenerated instance.

Properties

Name Description
Id

Resource ID.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubResourceAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubResourceAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.ISubResourceAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubResourceAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to