IntegrationAccountAssemblyProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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:
|
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:
|
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ArtifactContentProperties) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET