Partager via


WorkflowSku Class

Definition

The sku type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowSkuTypeConverter))]
public class WorkflowSku : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowSku
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowSkuTypeConverter))>]
type WorkflowSku = class
    interface IWorkflowSku
    interface IJsonSerializable
Public Class WorkflowSku
Implements IWorkflowSku
Inheritance
WorkflowSku
Attributes
Implements

Constructors

WorkflowSku()

Creates an new WorkflowSku instance.

Properties

Name

The name.

PlanId

The resource id.

PlanName

Gets the resource name.

PlanType

Gets the resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowSku.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowSku.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowSku.

FromJsonString(String)

Creates a new instance of WorkflowSku, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowSku into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to