Table of Contents

Class Schemas

Namespace
OpenServiceBroker.Catalogs
Assembly
OpenServiceBroker.Model.dll

Schema definitions for Service Instances and bindings for a plan.

public class Schemas
Inheritance
Schemas
Inherited Members
Extension Methods

Properties

ServiceBinding

The schema definition for creating a Service Binding. Used only if the Service Plan is bindable.

[JsonProperty("service_binding")]
public ServiceBindingSchema ServiceBinding { get; set; }

Property Value

ServiceBindingSchema

ServiceInstance

The schema definitions for creating and updating a Service Instance.

[JsonProperty("service_instance")]
public ServiceInstanceSchema ServiceInstance { get; set; }

Property Value

ServiceInstanceSchema