AppServiceDeploymentLocations Class

Definition

List of available locations (regions or App Service Environments) for deployment of App Service resources. Serialized Name: DeploymentLocations

public class AppServiceDeploymentLocations : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceDeploymentLocations>
type AppServiceDeploymentLocations = class
    interface IJsonModel<AppServiceDeploymentLocations>
    interface IPersistableModel<AppServiceDeploymentLocations>
Public Class AppServiceDeploymentLocations
Implements IJsonModel(Of AppServiceDeploymentLocations), IPersistableModel(Of AppServiceDeploymentLocations)
Inheritance
AppServiceDeploymentLocations
Implements

Properties

Name Description
HostingEnvironmentDeploymentInfos

Available App Service Environments with basic information. Serialized Name: DeploymentLocations.hostingEnvironmentDeploymentInfos

HostingEnvironments

Available App Service Environments with full descriptions of the environments. Serialized Name: DeploymentLocations.hostingEnvironments

Locations

Available regions. Serialized Name: DeploymentLocations.locations

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AppServiceDeploymentLocations>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppServiceDeploymentLocations>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceDeploymentLocations>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceDeploymentLocations>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppServiceDeploymentLocations>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to