IntegrationAccountAssemblyProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アセンブリ プロパティの定義。
public class IntegrationAccountAssemblyProperties : Azure.ResourceManager.Logic.Models.ArtifactContentProperties
type IntegrationAccountAssemblyProperties = class
inherit ArtifactContentProperties
Public Class IntegrationAccountAssemblyProperties
Inherits ArtifactContentProperties
- 継承
コンストラクター
IntegrationAccountAssemblyProperties(String) |
IntegrationAccountAssemblyProperties の新しいインスタンスを初期化します。 |
プロパティ
AssemblyCulture |
アセンブリ カルチャ。 |
AssemblyName |
アセンブリ名。 |
AssemblyPublicKeyToken |
アセンブリ公開キー トークン。 |
AssemblyVersion |
アセンブリのバージョン。 |
ChangedOn |
成果物が時刻を変更しました。 (継承元 ArtifactProperties) |
Content |
すべて このプロパティにオブジェクトを割り当てるには、 を使用 FromObjectAsJson<T>(T, JsonSerializerOptions)します。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。 例 :
|
ContentLink |
コンテンツ リンク。 (継承元 ArtifactContentProperties) |
ContentType |
コンテンツの種類。 (継承元 ArtifactContentProperties) |
CreatedOn |
成果物の作成時間。 (継承元 ArtifactProperties) |
Metadata |
すべて このプロパティにオブジェクトを割り当てるには、 を使用 FromObjectAsJson<T>(T, JsonSerializerOptions)します。 このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用 FromString(String)します。 例 :
|