ValidateProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ValidatePropertiesTypeConverter))]
public class ValidateProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IValidateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ValidatePropertiesTypeConverter))>]
type ValidateProperties = class
    interface IValidateProperties
    interface IJsonSerializable
Public Class ValidateProperties
Implements IValidateProperties
Inheritance
ValidateProperties
Attributes
Implements

Constructors

ValidateProperties()

Properties

Capacity
ContainerImagePlatform
ContainerImageRepository
ContainerImageTag
ContainerRegistryBaseUrl
ContainerRegistryPassword
ContainerRegistryUsername
HostingEnvironment
IsSpot
IsXenon
NeedLinuxWorker
ServerFarmId
SkuName

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to