Dela via


ContainerInstanceGitRepoVolume Class

Definition

Represents a volume that is populated with the contents of a git repository.

public class ContainerInstanceGitRepoVolume : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceGitRepoVolume>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerInstance.Models.ContainerInstanceGitRepoVolume>
type ContainerInstanceGitRepoVolume = class
    interface IJsonModel<ContainerInstanceGitRepoVolume>
    interface IPersistableModel<ContainerInstanceGitRepoVolume>
Public Class ContainerInstanceGitRepoVolume
Implements IJsonModel(Of ContainerInstanceGitRepoVolume), IPersistableModel(Of ContainerInstanceGitRepoVolume)
Inheritance
ContainerInstanceGitRepoVolume
Implements

Constructors

ContainerInstanceGitRepoVolume(String)

Initializes a new instance of ContainerInstanceGitRepoVolume.

Properties

Directory

Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.

Repository

Repository URL.

Revision

Commit hash for the specified revision.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerInstanceGitRepoVolume>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerInstanceGitRepoVolume>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerInstanceGitRepoVolume>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerInstanceGitRepoVolume>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerInstanceGitRepoVolume>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to