AppInstanceProbeAction 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.
The action of the probe. Please note AppInstanceProbeAction is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AppInstanceExecAction, AppInstanceHttpGetAction and AppInstanceTcpSocketAction.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownProbeAction))]
public abstract class AppInstanceProbeAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppInstanceProbeAction>
public abstract class AppInstanceProbeAction
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.AppPlatform.Models.UnknownProbeAction))>]
type AppInstanceProbeAction = class
interface IJsonModel<AppInstanceProbeAction>
interface IPersistableModel<AppInstanceProbeAction>
type AppInstanceProbeAction = class
Public MustInherit Class AppInstanceProbeAction
Implements IJsonModel(Of AppInstanceProbeAction), IPersistableModel(Of AppInstanceProbeAction)
Public MustInherit Class AppInstanceProbeAction
- Inheritance
-
AppInstanceProbeAction
- Derived
- Attributes
- Implements
Constructors
AppInstanceProbeAction() |
Initializes a new instance of AppInstanceProbeAction. |
Explicit Interface Implementations
IJsonModel<AppInstanceProbeAction>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppInstanceProbeAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppInstanceProbeAction>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppInstanceProbeAction>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppInstanceProbeAction>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET