你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StaticSitesWorkflowPreviewProperties Class

Definition

StaticSitesWorkflowPreview resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewPropertiesTypeConverter))]
public class StaticSitesWorkflowPreviewProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitesWorkflowPreviewProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.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.Websites.Models.Api20201201.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.

ToString()

Applies to