StaticSitesWorkflowPreviewProperties 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.
StaticSitesWorkflowPreview resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSitesWorkflowPreviewPropertiesTypeConverter))]
public class StaticSitesWorkflowPreviewProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSitesWorkflowPreviewProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSitesWorkflowPreviewPropertiesTypeConverter))>]
type StaticSitesWorkflowPreviewProperties = class
interface IStaticSitesWorkflowPreviewProperties
interface IJsonSerializable
Public Class StaticSitesWorkflowPreviewProperties
Implements IStaticSitesWorkflowPreviewProperties
- Inheritance
-
StaticSitesWorkflowPreviewProperties
- Attributes
- Implements
Constructors
StaticSitesWorkflowPreviewProperties() |
Creates an new StaticSitesWorkflowPreviewProperties instance. |
Properties
Content |
The contents for the workflow file to be generated |
Path |
The path for the workflow file to be generated |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSitesWorkflowPreviewProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSitesWorkflowPreviewProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSitesWorkflowPreviewProperties. |
FromJsonString(String) |
Creates a new instance of StaticSitesWorkflowPreviewProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSitesWorkflowPreviewProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |