Share via


BindingResourceProperties Class

Definition

Binding resource properties payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BindingResourcePropertiesTypeConverter))]
public class BindingResourceProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BindingResourcePropertiesTypeConverter))>]
type BindingResourceProperties = class
    interface IBindingResourceProperties
    interface IJsonSerializable
Public Class BindingResourceProperties
Implements IBindingResourceProperties
Inheritance
BindingResourceProperties
Attributes
Implements

Constructors

Name Description
BindingResourceProperties()

Creates an new BindingResourceProperties instance.

Properties

Name Description
BindingParameter

Binding parameters of the Binding resource

CreatedAt

Creation time of the Binding resource

GeneratedProperty

The generated Spring Boot property file for this binding. The secret will be deducted.

Key

The key of the bound resource

ResourceId

The Azure resource id of the bound resource

ResourceName

The name of the bound resource

ResourceType

The standard Azure resource type of the bound resource

UpdatedAt

Update time of the Binding resource

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BindingResourceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BindingResourceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBindingResourceProperties.

FromJsonString(String)

Creates a new instance of BindingResourceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BindingResourceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to