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