Class ServiceBindingResourceObject
- Namespace
- OpenServiceBroker.Bindings
- Assembly
- OpenServiceBroker.Model.dll
public class ServiceBindingResourceObject : IEquatable<ServiceBindingResourceObject>
- Inheritance
-
ServiceBindingResourceObject
- Implements
- Inherited Members
- Extension Methods
Properties
AppGuid
GUID of an application associated with the binding. For credentials bindings. MUST be unique within the scope of the Platform.
[JsonProperty("app_guid")]
public string AppGuid { get; set; }
Property Value
Route
URL of the application to be intermediated. For route services bindings.
[JsonProperty("route")]
public string Route { get; set; }
Property Value
Methods
Equals(ServiceBindingResourceObject)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(ServiceBindingResourceObject other)
Parameters
other
ServiceBindingResourceObjectAn object to compare with this object.
Returns
Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.