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 AzCopyAliasesMethods
| Improve this Doc View SourceAzCopy(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 | 
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 | 
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 |