Table of Contents

Class ServiceInstanceSchema

Namespace
OpenServiceBroker.Catalogs
Assembly
OpenServiceBroker.Model.dll

The schema definitions for creating and updating a Service Instance.

public class ServiceInstanceSchema
Inheritance
ServiceInstanceSchema
Inherited Members
Extension Methods

Properties

Create

The schema definition for creating a Service Instance.

[JsonProperty("create")]
public SchemaParameters Create { get; set; }

Property Value

SchemaParameters

Update

The schema definition for updating a Service Instance.

[JsonProperty("update")]
public SchemaParameters Update { get; set; }

Property Value

SchemaParameters