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