GitRepoVolume 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.
Represents a volume that is populated with the contents of a git repository
public class GitRepoVolume
type GitRepoVolume = class
Public Class GitRepoVolume
- Inheritance
-
GitRepoVolume
Constructors
GitRepoVolume() |
Initializes a new instance of the GitRepoVolume class. |
GitRepoVolume(String, String, String) |
Initializes a new instance of the GitRepoVolume class. |
Properties
Directory |
Gets or sets 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 |
Gets or sets repository URL |
Revision |
Gets or sets commit hash for the specified revision. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET