Skip to content

Commit

Permalink
Merge pull request #6 from MabOneSdk/anudeeb
Browse files Browse the repository at this point in the history
Made some changes according to previous PR.
  • Loading branch information
Samuel Anudeep committed May 29, 2015
2 parents c72b78a + cb54fe3 commit 144b9be
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,22 @@ public AzureBackupVaultContextObject(string resourceGroupName, string resourceNa
ResourceName = resourceName;
}
}

public class AzureBackupContainerContextObject : AzureBackupVaultContextObject
{
/// <summary>
/// Type of the Azure Backup container
/// </summary>
public string ContainerType { get; set; }

/// <summary>
/// Name of the Azure Backup container
/// </summary>
public string ContainerName { get; set; }

/// <summary>
/// Id of the Azure Backup Container
/// </summary>
public string ContainerId { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class AzureBackupContainer : AzureBackupVaultContextObject
/// <summary>
/// Id of the Azure Backup Container
/// </summary>
public string ContainerId { get; set; }
public string InstanceId { get; set; }

/// <summary>
/// Name of the Azure Backup container
Expand Down

0 comments on commit 144b9be

Please sign in to comment.