ArtifactsContainerInfo 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.
Artifacts container info.
public class ArtifactsContainerInfo : System.ClientModel.Primitives.IJsonModel<Azure.Developer.LoadTesting.ArtifactsContainerInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Developer.LoadTesting.ArtifactsContainerInfo>
type ArtifactsContainerInfo = class
interface IJsonModel<ArtifactsContainerInfo>
interface IPersistableModel<ArtifactsContainerInfo>
Public Class ArtifactsContainerInfo
Implements IJsonModel(Of ArtifactsContainerInfo), IPersistableModel(Of ArtifactsContainerInfo)
- Inheritance
-
ArtifactsContainerInfo
- Implements
Properties
ExpiresOn |
Expiry time of the container (RFC 3339 literal format). |
Uri |
This is a SAS URI to an Azure Storage Container that contains the test run artifacts. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ArtifactsContainerInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ArtifactsContainerInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ArtifactsContainerInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ArtifactsContainerInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ArtifactsContainerInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |