ParametersResult 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 Response body of the service parameters.
public class ParametersResult : System.ClientModel.Primitives.IJsonModel<Azure.Security.CodeTransparency.ParametersResult>, System.ClientModel.Primitives.IPersistableModel<Azure.Security.CodeTransparency.ParametersResult>
type ParametersResult = class
interface IJsonModel<ParametersResult>
interface IPersistableModel<ParametersResult>
Public Class ParametersResult
Implements IJsonModel(Of ParametersResult), IPersistableModel(Of ParametersResult)
- Inheritance
-
ParametersResult
- Implements
Properties
ServiceCertificate |
Gets the service certificate. |
ServiceId |
Gets the service id. |
SignatureAlgorithm |
Gets the signature algorithm. |
TreeAlgorithm |
Gets the tree algorithm. |
Explicit Interface Implementations
IJsonModel<ParametersResult>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ParametersResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ParametersResult>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ParametersResult>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ParametersResult>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET