Dela via


IntegrationAccountAssemblyProperties Class

Definition

The assembly properties definition.

public class IntegrationAccountAssemblyProperties : Azure.ResourceManager.Logic.Models.ArtifactContentProperties
public class IntegrationAccountAssemblyProperties : Azure.ResourceManager.Logic.Models.ArtifactContentProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Logic.Models.IntegrationAccountAssemblyProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Logic.Models.IntegrationAccountAssemblyProperties>
type IntegrationAccountAssemblyProperties = class
    inherit ArtifactContentProperties
type IntegrationAccountAssemblyProperties = class
    inherit ArtifactContentProperties
    interface IJsonModel<IntegrationAccountAssemblyProperties>
    interface IPersistableModel<IntegrationAccountAssemblyProperties>
Public Class IntegrationAccountAssemblyProperties
Inherits ArtifactContentProperties
Public Class IntegrationAccountAssemblyProperties
Inherits ArtifactContentProperties
Implements IJsonModel(Of IntegrationAccountAssemblyProperties), IPersistableModel(Of IntegrationAccountAssemblyProperties)
Inheritance
IntegrationAccountAssemblyProperties
Implements

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)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ArtifactContentProperties)

Explicit Interface Implementations

IJsonModel<ArtifactContentProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ArtifactContentProperties)
IJsonModel<ArtifactContentProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ArtifactContentProperties)
IJsonModel<ArtifactProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ArtifactProperties)
IJsonModel<ArtifactProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ArtifactProperties)
IJsonModel<IntegrationAccountAssemblyProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<IntegrationAccountAssemblyProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArtifactContentProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ArtifactContentProperties)
IPersistableModel<ArtifactContentProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ArtifactContentProperties)
IPersistableModel<ArtifactContentProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ArtifactContentProperties)
IPersistableModel<ArtifactProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ArtifactProperties)
IPersistableModel<ArtifactProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ArtifactProperties)
IPersistableModel<ArtifactProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ArtifactProperties)
IPersistableModel<IntegrationAccountAssemblyProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IntegrationAccountAssemblyProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<IntegrationAccountAssemblyProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to