SubResourceReadOnly 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.Compute.Models.Api10.SubResourceReadOnlyTypeConverter))]
public class SubResourceReadOnly : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.ISubResourceReadOnly
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.SubResourceReadOnlyTypeConverter))>]
type SubResourceReadOnly = class
interface ISubResourceReadOnly
interface IJsonSerializable
Public Class SubResourceReadOnly
Implements ISubResourceReadOnly
- Inheritance
-
SubResourceReadOnly
- Attributes
- Implements
Constructors
SubResourceReadOnly() |
Creates an new SubResourceReadOnly instance. |
Properties
Id |
Resource Id |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubResourceReadOnly. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubResourceReadOnly. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api10.ISubResourceReadOnly. |
FromJsonString(String) |
Creates a new instance of SubResourceReadOnly, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubResourceReadOnly into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |