ClusterScanRuntimeContent 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.
ClusterScanRuntimeParameters defines the parameters for the cluster scan runtime operation.
public class ClusterScanRuntimeContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.ClusterScanRuntimeContent>
type ClusterScanRuntimeContent = class
interface IJsonModel<ClusterScanRuntimeContent>
interface IPersistableModel<ClusterScanRuntimeContent>
Public Class ClusterScanRuntimeContent
Implements IJsonModel(Of ClusterScanRuntimeContent), IPersistableModel(Of ClusterScanRuntimeContent)
- Inheritance
-
ClusterScanRuntimeContent
- Implements
Constructors
ClusterScanRuntimeContent() |
Initializes a new instance of ClusterScanRuntimeContent. |
Properties
ScanActivity |
The choice of if the scan operation should run the scan. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ClusterScanRuntimeContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ClusterScanRuntimeContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ClusterScanRuntimeContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ClusterScanRuntimeContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ClusterScanRuntimeContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET