Compartilhar via


StaticSiteLinkedBackendArmResource Class

Definition

Static Site Linked Backend ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteLinkedBackendArmResourceTypeConverter))]
public class StaticSiteLinkedBackendArmResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackendArmResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteLinkedBackendArmResourceTypeConverter))>]
type StaticSiteLinkedBackendArmResource = class
    interface IStaticSiteLinkedBackendArmResource
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class StaticSiteLinkedBackendArmResource
Implements IStaticSiteLinkedBackendArmResource, IValidates
Inheritance
StaticSiteLinkedBackendArmResource
Attributes
Implements

Constructors

StaticSiteLinkedBackendArmResource()

Creates an new StaticSiteLinkedBackendArmResource instance.

Properties

BackendResourceId

The resource id of the backend linked to the static site

CreatedOn

The date and time on which the backend was linked to the static site.

Id

Resource Id.

Kind

Kind of resource.

Name

Resource Name.

ProvisioningState

The provisioning state of the linking process.

Region

The region of the backend linked to the static site

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StaticSiteLinkedBackendArmResource.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StaticSiteLinkedBackendArmResource.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackendArmResource.

FromJsonString(String)

Creates a new instance of StaticSiteLinkedBackendArmResource, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StaticSiteLinkedBackendArmResource into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to