DeploymentLocations 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.
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.Api20231201.DeploymentLocationsTypeConverter))]
public class DeploymentLocations : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDeploymentLocations
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Api20231201.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. |