次の方法で共有


IntegrationAccountAssemblyProperties クラス

定義

アセンブリ プロパティの定義。

public class IntegrationAccountAssemblyProperties : Azure.ResourceManager.Logic.Models.ArtifactContentProperties
type IntegrationAccountAssemblyProperties = class
    inherit ArtifactContentProperties
Public Class IntegrationAccountAssemblyProperties
Inherits ArtifactContentProperties
継承
IntegrationAccountAssemblyProperties

コンストラクター

IntegrationAccountAssemblyProperties(String)

IntegrationAccountAssemblyProperties の新しいインスタンスを初期化します。

プロパティ

AssemblyCulture

アセンブリ カルチャ。

AssemblyName

アセンブリ名。

AssemblyPublicKeyToken

アセンブリ公開キー トークン。

AssemblyVersion

アセンブリのバージョン。

ChangedOn

成果物が時刻を変更しました。

(継承元 ArtifactProperties)
Content

すべて

このプロパティにオブジェクトを割り当てるには、 を使用 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" }のペイロードを作成します。

(継承元 ArtifactContentProperties)
ContentLink

コンテンツ リンク。

(継承元 ArtifactContentProperties)
ContentType

コンテンツの種類。

(継承元 ArtifactContentProperties)
CreatedOn

成果物の作成時間。

(継承元 ArtifactProperties)
Metadata

すべて

このプロパティにオブジェクトを割り当てるには、 を使用 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" }のペイロードを作成します。

(継承元 ArtifactProperties)

適用対象