WorkflowVersionProperties 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 workflow version properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowVersionPropertiesTypeConverter))]
public class WorkflowVersionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowVersionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WorkflowVersionPropertiesTypeConverter))>]
type WorkflowVersionProperties = class
interface IWorkflowVersionProperties
interface IJsonSerializable
Public Class WorkflowVersionProperties
Implements IWorkflowVersionProperties
- Inheritance
-
WorkflowVersionProperties
- Attributes
- Implements
Constructors
WorkflowVersionProperties() |
Creates an new WorkflowVersionProperties instance. |
Properties
AccessControlWorkflowManagementOpenAuthenticationPoliciesPolicy |
Open authentication policies. |
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. |
IntegrationAccountId |
The resource id. |
IntegrationAccountName |
Gets the resource name. |
IntegrationAccountType |
Gets the resource type. |
Parameter |
The parameters. |
PlanId |
The resource id. |
PlanName |
Gets the resource name. |
PlanType |
Gets the resource type. |
ProvisioningState |
The provisioning state. |
SkuName |
The name. |
State |
The state. |
TriggerAllowedCallerIPAddress |
The allowed caller IP address ranges. |
TriggersOpenAuthenticationPolicy |
Open authentication policies. |
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 WorkflowVersionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WorkflowVersionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWorkflowVersionProperties. |
FromJsonString(String) |
Creates a new instance of WorkflowVersionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WorkflowVersionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |