StaticSiteLinkedBackendArmResourceProperties 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.
StaticSiteLinkedBackendARMResource resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteLinkedBackendArmResourcePropertiesTypeConverter))]
public class StaticSiteLinkedBackendArmResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackendArmResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteLinkedBackendArmResourcePropertiesTypeConverter))>]
type StaticSiteLinkedBackendArmResourceProperties = class
interface IStaticSiteLinkedBackendArmResourceProperties
interface IJsonSerializable
Public Class StaticSiteLinkedBackendArmResourceProperties
Implements IStaticSiteLinkedBackendArmResourceProperties
- Inheritance
-
StaticSiteLinkedBackendArmResourceProperties
- Attributes
- Implements
Constructors
StaticSiteLinkedBackendArmResourceProperties() |
Creates an new StaticSiteLinkedBackendArmResourceProperties 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. |
ProvisioningState |
The provisioning state of the linking process. |
Region |
The region of the backend linked to the static site |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSiteLinkedBackendArmResourceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSiteLinkedBackendArmResourceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteLinkedBackendArmResourceProperties. |
FromJsonString(String) |
Creates a new instance of StaticSiteLinkedBackendArmResourceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSiteLinkedBackendArmResourceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |