• Documentation
  • Reference
    Show / Hide Table of Contents
    • Cake.AzCopy
      • AzCopyAliases
      • AzCopyRunner
      • AzCopySettings
      • AzCopySettingsExtensions
      • BlobType
      • FileHandling
      • PayloadFormat

    Class AzCopyAliases

    Inheritance
    System.Object
    AzCopyAliases
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Cake.AzCopy
    Assembly: Cake.AzCopy.dll
    Syntax
    [CakeNamespaceImport("Cake.AzCopy")]
    [CakeAliasCategory("Azure")]
    public static class AzCopyAliases

    Methods

    | Improve this Doc View Source

    AzCopy(ICakeContext, String, String)

    Declaration
    [CakeMethodAlias]
    public static void AzCopy(this ICakeContext ctx, string source, string destination)
    Parameters
    Type Name Description
    Cake.Core.ICakeContext ctx
    System.String source
    System.String destination
    | Improve this Doc View Source

    AzCopy(ICakeContext, String, String, AzCopySettings)

    Declaration
    [CakeMethodAlias]
    public static void AzCopy(this ICakeContext ctx, string source, string destination, AzCopySettings settings)
    Parameters
    Type Name Description
    Cake.Core.ICakeContext ctx
    System.String source
    System.String destination
    AzCopySettings settings
    | Improve this Doc View Source

    AzCopy(ICakeContext, String, String, Action<AzCopySettings>)

    Declaration
    [CakeMethodAlias]
    public static void AzCopy(this ICakeContext ctx, string source, string destination, Action<AzCopySettings> configure)
    Parameters
    Type Name Description
    Cake.Core.ICakeContext ctx
    System.String source
    System.String destination
    System.Action<AzCopySettings> configure
    • Improve this Doc
    • View Source
    Back to top This addin is © 2017 Alistair Chapman, and released under the terms of the MIT License