StaticSiteZipDeploymentArmResource 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 zip deployment ARM resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteZipDeploymentArmResourceTypeConverter))]
public class StaticSiteZipDeploymentArmResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteZipDeploymentArmResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSiteZipDeploymentArmResourceTypeConverter))>]
type StaticSiteZipDeploymentArmResource = class
interface IStaticSiteZipDeploymentArmResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class StaticSiteZipDeploymentArmResource
Implements IStaticSiteZipDeploymentArmResource, IValidates
- Inheritance
-
StaticSiteZipDeploymentArmResource
- Attributes
- Implements
Constructors
StaticSiteZipDeploymentArmResource() |
Creates an new StaticSiteZipDeploymentArmResource instance. |
Properties
ApiZipUrl |
URL for the zipped api content |
AppZipUrl |
URL for the zipped app content |
DeploymentTitle |
A title to label the deployment |
FunctionLanguage |
The language of the api content, if it exists |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
Provider |
The provider submitting this deployment |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSiteZipDeploymentArmResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSiteZipDeploymentArmResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSiteZipDeploymentArmResource. |
FromJsonString(String) |
Creates a new instance of StaticSiteZipDeploymentArmResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSiteZipDeploymentArmResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |