Bagikan melalui


AppServiceEnvironmentCollection Class

Definition

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

Constructors

AppServiceEnvironmentCollection()

Properties

NextLink
Value

Methods

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

Applies to