Share via


WorkflowVersion Class

Definition

The workflow version.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowVersionTypeConverter))]
public class WorkflowVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowVersion, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowVersionTypeConverter))>]
type WorkflowVersion = class
    interface IWorkflowVersion
    interface IJsonSerializable
    interface IWorkflowResource
    interface IValidates
Public Class WorkflowVersion
Implements IValidates, IWorkflowVersion
Inheritance
WorkflowVersion
Attributes
Implements

Constructors

WorkflowVersion()

Creates an new WorkflowVersion instance.

Properties

AccessEndpoint

Gets the access endpoint.

ActionAllowedCallerIPAddress

The allowed caller IP address ranges.

ActionsOpenAuthenticationPolicy

Open authentication policies.

ChangedTime

Gets the changed time.

ConnectorAccessEndpointIPAddress

The access endpoint ip address.

ConnectorOutgoingIPAddress

The outgoing ip address.

ContentAllowedCallerIPAddress

The allowed caller IP address ranges.

ContentsOpenAuthenticationPolicy

Open authentication policies.

CreatedTime

Gets the created time.

Definition

The definition.

Id

The resource id.

IntegrationAccountId

The resource id.

IntegrationAccountName

Gets the resource name.

IntegrationAccountType

Gets the resource type.

Location

The resource location.

Name

Gets the resource name.

Parameter

The parameters.

PlanId

The resource id.

PlanName

Gets the resource name.

PlanType

Gets the resource type.

PropertiesAccessControlWorkflowManagementOpenAuthenticationPoliciesPolicy

Open authentication policies.

ProvisioningState

The provisioning state.

SkuName

The name.

State

The state.

Tag

The resource tags.

TriggerAllowedCallerIPAddress

The allowed caller IP address ranges.

TriggersOpenAuthenticationPolicy

Open authentication policies.

Type

Gets the resource type.

Version

Gets the version.

WorkflowAccessEndpointIPAddress

The access endpoint ip address.

WorkflowManagementAllowedCallerIPAddress

The allowed caller IP address ranges.

WorkflowOutgoingIPAddress

The outgoing ip address.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of WorkflowVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of WorkflowVersion.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of WorkflowVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to