AssemblyProperties Class
The assembly properties definition.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.logic.models._models_py3.ArtifactContentPropertiesDefinitionAssemblyProperties
Constructor
AssemblyProperties(*, assembly_name: str, created_time: datetime | None = None, changed_time: datetime | None = None, metadata: Any | None = None, content: Any | None = None, content_type: str | None = None, content_link: ContentLink | None = None, assembly_version: str | None = None, assembly_culture: str | None = None, assembly_public_key_token: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
created_time
|
The artifact creation time. |
changed_time
|
The artifact changed time. |
metadata
|
Anything. |
content
|
Anything. |
content_type
|
The content type. |
content_link
|
The content link. |
assembly_name
|
Required. The assembly name. |
assembly_version
|
The assembly version. |
assembly_culture
|
The assembly culture. |
assembly_public_key_token
|
The assembly public key token. |
Variables
Name | Description |
---|---|
created_time
|
The artifact creation time. |
changed_time
|
The artifact changed time. |
metadata
|
Anything. |
content
|
Anything. |
content_type
|
The content type. |
content_link
|
The content link. |
assembly_name
|
Required. The assembly name. |
assembly_version
|
The assembly version. |
assembly_culture
|
The assembly culture. |
assembly_public_key_token
|
The assembly public key token. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python