你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

BindingResourceProperties()

Creates an new BindingResourceProperties instance.

Properties

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

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