StaticSitesWorkflowPreview 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.
Preview for the Static Site Workflow to be generated
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewTypeConverter))]
public class StaticSitesWorkflowPreview : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitesWorkflowPreview, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewTypeConverter))>]
type StaticSitesWorkflowPreview = class
interface IStaticSitesWorkflowPreview
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class StaticSitesWorkflowPreview
Implements IStaticSitesWorkflowPreview, IValidates
- Inheritance
-
StaticSitesWorkflowPreview
- Attributes
- Implements
Constructors
StaticSitesWorkflowPreview() |
Creates an new StaticSitesWorkflowPreview instance. |
Properties
Content |
The contents for the workflow file to be generated |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
Path |
The path for the workflow file to be generated |
ResourceGroupName |
Gets the resource group name |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSitesWorkflowPreview. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSitesWorkflowPreview. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitesWorkflowPreview. |
FromJsonString(String) |
Creates a new instance of StaticSitesWorkflowPreview, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSitesWorkflowPreview into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |