StaticSiteBuildArmResource 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.
Static Site Build ARM resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteBuildArmResourceTypeConverter))]
public class StaticSiteBuildArmResource : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSiteBuildArmResourceTypeConverter))>]
type StaticSiteBuildArmResource = class
interface IStaticSiteBuildArmResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class StaticSiteBuildArmResource
Implements IStaticSiteBuildArmResource, IValidates
- Inheritance
-
StaticSiteBuildArmResource
- Attributes
- Implements
Constructors
StaticSiteBuildArmResource() |
Creates an new StaticSiteBuildArmResource instance. |
Properties
BuildId |
An identifier for the static site build. |
CreatedTimeUtc |
When this build was created. |
Hostname |
The hostname for a static site build. |
Id |
Resource Id. |
Kind |
Kind of resource. |
LastUpdatedOn |
When this build was updated. |
Name |
Resource Name. |
PullRequestTitle |
The title of a pull request that a static site build is related to. |
ResourceGroupName |
Gets the resource group name |
SourceBranch |
The source branch. |
Status |
The status of the static site build. |
Type |
Resource type. |
UserProvidedFunctionApp |
User provided function apps registered with the static site build |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSiteBuildArmResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSiteBuildArmResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSiteBuildArmResource. |
FromJsonString(String) |
Creates a new instance of StaticSiteBuildArmResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSiteBuildArmResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |