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

AppPlatformBindingProperties 类

定义

绑定资源属性有效负载。

public class AppPlatformBindingProperties
type AppPlatformBindingProperties = class
Public Class AppPlatformBindingProperties
继承
AppPlatformBindingProperties

构造函数

AppPlatformBindingProperties()

初始化 AppPlatformBindingProperties 的新实例。

属性

BindingParameters

绑定资源的绑定参数

若要将 对象分配给此属性的值,请使用 FromObjectAsJson<T>(T, JsonSerializerOptions)

若要将已格式化的 json 字符串分配给此属性,请使用 FromString(String)

示例:

  • BinaryData.FromObjectAsJson (“foo”) 创建“foo”的有效负载。
  • BinaryData.FromString (“\”foo\“”) 创建“foo”的有效负载。
  • BinaryData.FromObjectAsJson (new { key = “value” }) 创建 { “key”: “value” } 的有效负载。
  • BinaryData.FromString (“{\”key\“: \”value\“}”) 创建 { “key”: “value” } 的有效负载。

CreatedOn

绑定资源的创建时间。

GeneratedProperties

为此绑定生成的 Spring Boot 属性文件。 机密将被扣除。

Key

绑定资源的键。

ResourceId

绑定资源的 Azure 资源 ID。

ResourceName

绑定资源的名称。

ResourceType

绑定资源的标准 Azure 资源类型。

UpdatedOn

绑定资源的更新时间。

适用于