Delen via


AppInstanceHttpGetAction Class

Definition

HTTPGetAction describes an action based on HTTP Get requests.

public class AppInstanceHttpGetAction : Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppInstanceHttpGetAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppInstanceHttpGetAction>
public class AppInstanceHttpGetAction : Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction
type AppInstanceHttpGetAction = class
    inherit AppInstanceProbeAction
    interface IJsonModel<AppInstanceHttpGetAction>
    interface IPersistableModel<AppInstanceHttpGetAction>
type AppInstanceHttpGetAction = class
    inherit AppInstanceProbeAction
Public Class AppInstanceHttpGetAction
Inherits AppInstanceProbeAction
Implements IJsonModel(Of AppInstanceHttpGetAction), IPersistableModel(Of AppInstanceHttpGetAction)
Public Class AppInstanceHttpGetAction
Inherits AppInstanceProbeAction
Inheritance
AppInstanceHttpGetAction
Implements

Constructors

AppInstanceHttpGetAction()

Initializes a new instance of AppInstanceHttpGetAction.

Properties

Path

Path to access on the HTTP server.

Scheme

Scheme to use for connecting to the host. Defaults to HTTP.

Possible enum values:

  • "HTTP" means that the scheme used will be http://
  • "HTTPS" means that the scheme used will be https://

Explicit Interface Implementations

IJsonModel<AppInstanceHttpGetAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppInstanceHttpGetAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<AppInstanceProbeAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from AppInstanceProbeAction)
IJsonModel<AppInstanceProbeAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from AppInstanceProbeAction)
IPersistableModel<AppInstanceHttpGetAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppInstanceHttpGetAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppInstanceHttpGetAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<AppInstanceProbeAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from AppInstanceProbeAction)
IPersistableModel<AppInstanceProbeAction>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from AppInstanceProbeAction)
IPersistableModel<AppInstanceProbeAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from AppInstanceProbeAction)

Applies to