ManagedCcfProperties 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.
Additional Managed CCF properties.
public class ManagedCcfProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConfidentialLedger.Models.ManagedCcfProperties>
type ManagedCcfProperties = class
interface IJsonModel<ManagedCcfProperties>
interface IPersistableModel<ManagedCcfProperties>
Public Class ManagedCcfProperties
Implements IJsonModel(Of ManagedCcfProperties), IPersistableModel(Of ManagedCcfProperties)
- Inheritance
-
ManagedCcfProperties
- Implements
Constructors
ManagedCcfProperties() |
Initializes a new instance of ManagedCcfProperties. |
Properties
AppName |
Unique name for the Managed CCF. |
AppUri |
Endpoint for calling Managed CCF Service. |
DeploymentType |
Deployment Type of Managed CCF. |
IdentityServiceUri |
Endpoint for accessing network identity. |
MemberIdentityCertificates |
List of member identity certificates for Managed CCF. |
NodeCount |
Number of CCF nodes in the Managed CCF. |
ProvisioningState |
Provisioning state of Managed CCF Resource. |
RunningState |
Object representing RunningState for Managed CCF. |
Explicit Interface Implementations
IJsonModel<ManagedCcfProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedCcfProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedCcfProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedCcfProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedCcfProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET