IWithGitDirectoryName<ParentT> Interface
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 stage of the volume definition allowing to specify the Git target directory name mappings.
public interface IWithGitDirectoryName<ParentT> : Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithGitDirectoryNameBeta<ParentT>, Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithGitRevision<ParentT>, Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithGitRevisionBeta<ParentT>, Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithVolumeAttach<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithGitDirectoryName<'ParentT> = interface
interface IWithGitRevision<'ParentT>
interface IWithVolumeAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithGitRevisionBeta<'ParentT>
interface IBeta
interface IWithGitDirectoryNameBeta<'ParentT>
Public Interface IWithGitDirectoryName(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithGitDirectoryNameBeta(Of ParentT), IWithGitRevision(Of ParentT), IWithGitRevisionBeta(Of ParentT), IWithVolumeAttach(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithGitDirectoryName(String) |
Specifies the Git target directory name for the new volume. 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. (Inherited from IWithGitDirectoryNameBeta<ParentT>) |
WithGitRevision(String) |
Specifies the Git revision for the new volume. (Inherited from IWithGitRevisionBeta<ParentT>) |
Applies to
Azure SDK for .NET