Share via


IntegrationAccountAssemblyProperties Class

Definition

The assembly properties definition.

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

Constructors

IntegrationAccountAssemblyProperties(String)

Initializes a new instance of IntegrationAccountAssemblyProperties.

Properties

AssemblyCulture

The assembly culture.

AssemblyName

The assembly name.

AssemblyPublicKeyToken

The assembly public key token.

AssemblyVersion

The assembly version.

ChangedOn

The artifact changed time.

(Inherited from ArtifactProperties)
Content

Anything

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from ArtifactContentProperties)
ContentLink

The content link.

(Inherited from ArtifactContentProperties)
ContentType

The content type.

(Inherited from ArtifactContentProperties)
CreatedOn

The artifact creation time.

(Inherited from ArtifactProperties)
Metadata

Anything

To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions).

To assign an already formatted json string to this property use FromString(String).

Examples:

  • BinaryData.FromObjectAsJson("foo"): Creates a payload of "foo".
  • BinaryData.FromString("\"foo\""): Creates a payload of "foo".
  • BinaryData.FromObjectAsJson(new { key = "value" }): Creates a payload of { "key": "value" }.
  • BinaryData.FromString("{\"key\": \"value\"}"): Creates a payload of { "key": "value" }.
(Inherited from ArtifactProperties)

Applies to