Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,14 @@ internal DataBoxDiskCopyProgress() { }
public string SerialNumber { get { throw null; } }
public Azure.ResourceManager.DataBox.Models.DataBoxCopyStatus? Status { get { throw null; } }
}
public partial class DataBoxDiskGranularCopyLogDetails : Azure.ResourceManager.DataBox.Models.GranularCopyLogDetails
{
internal DataBoxDiskGranularCopyLogDetails() { }
public Azure.Core.ResourceIdentifier AccountId { get { throw null; } }
public string ErrorLogLink { get { throw null; } }
public string SerialNumber { get { throw null; } }
public string VerboseLogLink { get { throw null; } }
}
public partial class DataBoxDiskGranularCopyProgress : Azure.ResourceManager.DataBox.Models.GranularCopyProgress
{
internal DataBoxDiskGranularCopyProgress() { }
Expand All @@ -331,6 +339,7 @@ public partial class DataBoxDiskJobDetails : Azure.ResourceManager.DataBox.Model
public DataBoxDiskJobDetails(Azure.ResourceManager.DataBox.Models.DataBoxContactDetails contactDetails) : base (default(Azure.ResourceManager.DataBox.Models.DataBoxContactDetails)) { }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxDiskCopyProgress> CopyProgress { get { throw null; } }
public System.Collections.Generic.IReadOnlyDictionary<string, int> DisksAndSizeDetails { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxDiskGranularCopyLogDetails> GranularCopyLogDetails { get { throw null; } }
public System.Collections.Generic.IReadOnlyList<Azure.ResourceManager.DataBox.Models.DataBoxDiskGranularCopyProgress> GranularCopyProgress { get { throw null; } }
public string Passkey { get { throw null; } set { } }
public System.Collections.Generic.IDictionary<string, int> PreferredDisks { get { throw null; } }
Expand Down Expand Up @@ -790,6 +799,10 @@ public enum FilterFileType
AzureBlob = 0,
AzureFile = 1,
}
public abstract partial class GranularCopyLogDetails
{
protected GranularCopyLogDetails() { }
}
public partial class GranularCopyProgress
{
internal GranularCopyProgress() { }
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading