Share via


ConnectedClusterServiceProperties Class

Definition

Properties for the service resource.

public class ConnectedClusterServiceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.ConnectedClusterServiceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerOrchestratorRuntime.Models.ConnectedClusterServiceProperties>
type ConnectedClusterServiceProperties = class
    interface IJsonModel<ConnectedClusterServiceProperties>
    interface IPersistableModel<ConnectedClusterServiceProperties>
Public Class ConnectedClusterServiceProperties
Implements IJsonModel(Of ConnectedClusterServiceProperties), IPersistableModel(Of ConnectedClusterServiceProperties)
Inheritance
ConnectedClusterServiceProperties
Implements

Constructors

ConnectedClusterServiceProperties()

Initializes a new instance of ConnectedClusterServiceProperties.

Properties

ProvisioningState

Resource provision state.

RpObjectId

The object id of the service principal of the RP provisioned in the tenant.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedClusterServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConnectedClusterServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedClusterServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedClusterServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConnectedClusterServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to