AppServiceDeploymentLocations Class

Definition

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

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

Properties

HostingEnvironmentDeploymentInfos

Available App Service Environments with basic information.

HostingEnvironments

Available App Service Environments with full descriptions of the environments.

Locations

Available regions.

Explicit Interface Implementations

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