Share via


DeploymentLocations Class

Definition

List of available locations (regions or App Service Environments) for deployment of App Service resources.

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

Constructors

DeploymentLocations()

Creates an new DeploymentLocations instance.

Properties

HostingEnvironment

Available App Service Environments with full descriptions of the environments.

HostingEnvironmentDeploymentInfo

Available App Service Environments with basic information.

Location

Available regions.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentLocations.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentLocations.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IDeploymentLocations.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentLocations into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to