BasicResource 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.
Common resource representation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BasicResourceTypeConverter))]
public class BasicResource : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBasicResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.BasicResourceTypeConverter))>]
type BasicResource = class
interface IBasicResource
interface IJsonSerializable
Public Class BasicResource
Implements IBasicResource
- Inheritance
-
BasicResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BasicResource() |
Creates an new BasicResource instance. |
Properties
| Name | Description |
|---|---|
| Id |
Resource ID. |
| Name |
Resource name. |
| Type |
Resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BasicResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BasicResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IBasicResource. |
| FromJsonString(String) |
Creates a new instance of BasicResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BasicResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |