AutomationContentHash 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.
Definition of the runbook property type.
public class AutomationContentHash : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Automation.Models.AutomationContentHash>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Automation.Models.AutomationContentHash>
public class AutomationContentHash
type AutomationContentHash = class
interface IJsonModel<AutomationContentHash>
interface IPersistableModel<AutomationContentHash>
type AutomationContentHash = class
Public Class AutomationContentHash
Implements IJsonModel(Of AutomationContentHash), IPersistableModel(Of AutomationContentHash)
Public Class AutomationContentHash
- Inheritance
-
AutomationContentHash
- Implements
Constructors
AutomationContentHash(String, String) |
Initializes a new instance of AutomationContentHash. |
Properties
Algorithm |
Gets or sets the content hash algorithm used to hash the content. |
Value |
Gets or sets expected hash value of the content. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<AutomationContentHash>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AutomationContentHash>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AutomationContentHash>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AutomationContentHash>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AutomationContentHash>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET