EligibleChildResource 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.
Eligible child resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.EligibleChildResourceTypeConverter))]
public class EligibleChildResource : Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.EligibleChildResourceTypeConverter))>]
type EligibleChildResource = class
interface IEligibleChildResource
interface IJsonSerializable
Public Class EligibleChildResource
Implements IEligibleChildResource
- Inheritance
-
EligibleChildResource
- Attributes
- Implements
Constructors
EligibleChildResource() |
Creates an new EligibleChildResource instance. |
Properties
Id |
The resource scope Id. |
Name |
The resource name. |
Type |
The resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EligibleChildResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EligibleChildResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.Authorization.Models.Api20201001Preview.IEligibleChildResource. |
FromJsonString(String) |
Creates a new instance of EligibleChildResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EligibleChildResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |