Condividi tramite


StaticSiteBuildArmResource Class

Definition

Static Site Build ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StaticSiteBuildArmResourceTypeConverter))]
public class StaticSiteBuildArmResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStaticSiteBuildArmResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.

SourceBranch

The source branch.

Status

The status of the static site build.

Type

Resource type.

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.Functions.Models.Api20190801.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.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to