1679 строки
66 KiB
C#
1679 строки
66 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Microsoft.WindowsAzure.Commands.Storage {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.WindowsAzure.Commands.Storage.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [Anonymous].
|
|
/// </summary>
|
|
internal static string AnonymousAccountName {
|
|
get {
|
|
return ResourceManager.GetString("AnonymousAccountName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} begin processing without ParameterSet..
|
|
/// </summary>
|
|
internal static string BeginProcessingWithoutParameterSetLog {
|
|
get {
|
|
return ResourceManager.GetString("BeginProcessingWithoutParameterSetLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} begin processing with ParameterSet '{1}'..
|
|
/// </summary>
|
|
internal static string BeginProcessingWithParameterSetLog {
|
|
get {
|
|
return ResourceManager.GetString("BeginProcessingWithParameterSetLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob '{0}' in container '{1}' already exists..
|
|
/// </summary>
|
|
internal static string BlobAlreadyExists {
|
|
get {
|
|
return ResourceManager.GetString("BlobAlreadyExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob End Point: {0}..
|
|
/// </summary>
|
|
internal static string BlobEndPointTips {
|
|
get {
|
|
return ResourceManager.GetString("BlobEndPointTips", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can't read the blob properties..
|
|
/// </summary>
|
|
internal static string BlobIsNotReadable {
|
|
get {
|
|
return ResourceManager.GetString("BlobIsNotReadable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find blob name or container name..
|
|
/// </summary>
|
|
internal static string BlobNameNotFound {
|
|
get {
|
|
return ResourceManager.GetString("BlobNameNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob name should be empty when uploading multiple files..
|
|
/// </summary>
|
|
internal static string BlobNameShouldBeEmptyWhenUploading {
|
|
get {
|
|
return ResourceManager.GetString("BlobNameShouldBeEmptyWhenUploading", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find blob '{0}' in container '{1}', or the blob type is unsupported..
|
|
/// </summary>
|
|
internal static string BlobNotFound {
|
|
get {
|
|
return ResourceManager.GetString("BlobNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob type mismatched, the current blob type of '{0}' is {1}..
|
|
/// </summary>
|
|
internal static string BlobTypeMismatch {
|
|
get {
|
|
return ResourceManager.GetString("BlobTypeMismatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find blob '{0}', or the blob type is unsupported..
|
|
/// </summary>
|
|
internal static string BlobUriNotFound {
|
|
get {
|
|
return ResourceManager.GetString("BlobUriNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified blob '{0}' is already a snapshot with snapshot time {1}. Can't use "DeleteSnapshot" option for it..
|
|
/// </summary>
|
|
internal static string CannotDeleteSnapshotForSnapshot {
|
|
get {
|
|
return ResourceManager.GetString("CannotDeleteSnapshotForSnapshot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not get storage account from subscription. Please check the subscription settings using "Get-AzureSubscription"..
|
|
/// </summary>
|
|
internal static string CannotGetSotrageAccountFromSubscription {
|
|
get {
|
|
return ResourceManager.GetString("CannotGetSotrageAccountFromSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not get storage account from environment variable 'AZURE_STORAGE_CONNECTION_STRING'. Please check whether this environment variable is valid..
|
|
/// </summary>
|
|
internal static string CannotGetStorageAccountFromEnvironmentVariable {
|
|
get {
|
|
return ResourceManager.GetString("CannotGetStorageAccountFromEnvironmentVariable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not upload the directory '{0}' to azure. If you want to upload directory, please use "ls -File -Recurse | Set-AzureStorageBlobContent -Container containerName"..
|
|
/// </summary>
|
|
internal static string CannotSendDirectory {
|
|
get {
|
|
return ResourceManager.GetString("CannotSendDirectory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Azure-Storage-PowerShell-{0}.
|
|
/// </summary>
|
|
internal static string ClientRequestIdFormat {
|
|
get {
|
|
return ResourceManager.GetString("ClientRequestIdFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified cloud file '{0}' already exists. If you want to overwrite this file, use -Force option..
|
|
/// </summary>
|
|
internal static string CloudFileConflict {
|
|
get {
|
|
return ResourceManager.GetString("CloudFileConflict", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}-{1}.
|
|
/// </summary>
|
|
internal static string CmdletFormat {
|
|
get {
|
|
return ResourceManager.GetString("CmdletFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to blob '{0}' in container '{1}' with CopyId {2}..
|
|
/// </summary>
|
|
internal static string ConfirmAbortCopyOperation {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmAbortCopyOperation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to file '{0}' with CopyId {1}..
|
|
/// </summary>
|
|
internal static string ConfirmAbortFileCopyOperation {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmAbortFileCopyOperation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Confirm.
|
|
/// </summary>
|
|
internal static string ConfirmCaption {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmCaption", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The blob '{0}' in container '{1}' has snapshots..
|
|
/// </summary>
|
|
internal static string ConfirmRemoveBlobWithSnapshot {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmRemoveBlobWithSnapshot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure to remove container '{0}'?.
|
|
/// </summary>
|
|
internal static string ConfirmRemoveContainer {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmRemoveContainer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Confirm to remove azure container..
|
|
/// </summary>
|
|
internal static string ConfirmRemoveContainerCaption {
|
|
get {
|
|
return ResourceManager.GetString("ConfirmRemoveContainerCaption", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Container '{0}' already exists..
|
|
/// </summary>
|
|
internal static string ContainerAlreadyExists {
|
|
get {
|
|
return ResourceManager.GetString("ContainerAlreadyExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find the container '{0}'..
|
|
/// </summary>
|
|
internal static string ContainerNotFound {
|
|
get {
|
|
return ResourceManager.GetString("ContainerNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy Blob..
|
|
/// </summary>
|
|
internal static string CopyBlobActivity {
|
|
get {
|
|
return ResourceManager.GetString("CopyBlobActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to '{0}' copy to blob '{1}' in container '{2}' from '{3}'..
|
|
/// </summary>
|
|
internal static string CopyBlobStatus {
|
|
get {
|
|
return ResourceManager.GetString("CopyBlobStatus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy Blob Status Summary..
|
|
/// </summary>
|
|
internal static string CopyBlobSummaryActivity {
|
|
get {
|
|
return ResourceManager.GetString("CopyBlobSummaryActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Total: {0}. Successful: {1}. Active: {2}. Failed: {3}..
|
|
/// </summary>
|
|
internal static string CopyBlobSummaryCount {
|
|
get {
|
|
return ResourceManager.GetString("CopyBlobSummaryCount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Successfully start copy blob '{0}' in container '{1}' to blob '{2}' in container '{3}'..
|
|
/// </summary>
|
|
internal static string CopyBlobToBlobSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("CopyBlobToBlobSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy request to blob '{0}' in container '{1}' has been scheduled with copyId {2}..
|
|
/// </summary>
|
|
internal static string CopyDestinationBlobPending {
|
|
get {
|
|
return ResourceManager.GetString("CopyDestinationBlobPending", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy File..
|
|
/// </summary>
|
|
internal static string CopyFileActivity {
|
|
get {
|
|
return ResourceManager.GetString("CopyFileActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to '{0}' copy to file '{1}' in share '{2}' from '{3}'..
|
|
/// </summary>
|
|
internal static string CopyFileStatus {
|
|
get {
|
|
return ResourceManager.GetString("CopyFileStatus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CopyId can not be empty..
|
|
/// </summary>
|
|
internal static string CopyIdCannotBeEmpty {
|
|
get {
|
|
return ResourceManager.GetString("CopyIdCannotBeEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CopyId mismatch on blob '{0}' in container '{1}'. Expected:{2}. User supplied: {3}..
|
|
/// </summary>
|
|
internal static string CopyIdMismatch {
|
|
get {
|
|
return ResourceManager.GetString("CopyIdMismatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Percent:{0}%. BytesCopied: {1}Bytes. TotalBytes: {2}Bytes..
|
|
/// </summary>
|
|
internal static string CopyPendingStatus {
|
|
get {
|
|
return ResourceManager.GetString("CopyPendingStatus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find copy task on the specified blob '{0}' in container '{1}'..
|
|
/// </summary>
|
|
internal static string CopyTaskNotFound {
|
|
get {
|
|
return ResourceManager.GetString("CopyTaskNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Successfully start copy '{0}' to blob '{1}' in container '{2}'..
|
|
/// </summary>
|
|
internal static string CopyUriToBlobSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("CopyUriToBlobSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CORS rules setting is invalid. Please reference to "https://msdn.microsoft.com/en-us/library/azure/dn535601.aspx" to get detailed information..
|
|
/// </summary>
|
|
internal static string CORSRuleError {
|
|
get {
|
|
return ResourceManager.GetString("CORSRuleError", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Current Storage Account not found in subscription '{0}'. Please set it use "Set-AzureSubscription"..
|
|
/// </summary>
|
|
internal static string CurrentStorageAccountNameNotFound {
|
|
get {
|
|
return ResourceManager.GetString("CurrentStorageAccountNameNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not found current storage account '{0}' of subsciption '{1}' on azure, please check whether the specified storage account exists..
|
|
/// </summary>
|
|
internal static string CurrentStorageAccountNotFoundOnAzure {
|
|
get {
|
|
return ResourceManager.GetString("CurrentStorageAccountNotFoundOnAzure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to core.windows.net.
|
|
/// </summary>
|
|
internal static string DefaultDomain {
|
|
get {
|
|
return ResourceManager.GetString("DefaultDomain", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find your azure storage credential. Please set current storage account using "Set-AzureSubscription" or set the "AZURE_STORAGE_CONNECTION_STRING" environment variable..
|
|
/// </summary>
|
|
internal static string DefaultStorageCredentialsNotFound {
|
|
get {
|
|
return ResourceManager.GetString("DefaultStorageCredentialsNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to core.windows.net.
|
|
/// </summary>
|
|
internal static string DefaultStorageEndPointDomain {
|
|
get {
|
|
return ResourceManager.GetString("DefaultStorageEndPointDomain", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to User specified blob type does not match the blob type of the existing destination blob..
|
|
/// </summary>
|
|
internal static string DestinationBlobTypeNotMatch {
|
|
get {
|
|
return ResourceManager.GetString("DestinationBlobTypeNotMatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Directory '{0}' doesn't exist..
|
|
/// </summary>
|
|
internal static string DirectoryNotExists {
|
|
get {
|
|
return ResourceManager.GetString("DirectoryNotExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Downloading blob '{0}' in container '{1}' is cancelled..
|
|
/// </summary>
|
|
internal static string DownloadBlobCancelled {
|
|
get {
|
|
return ResourceManager.GetString("DownloadBlobCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cannot download the blob '{0}' in container '{1}' into local file '{2}'. Error: {3}.
|
|
/// </summary>
|
|
internal static string DownloadBlobFailed {
|
|
get {
|
|
return ResourceManager.GetString("DownloadBlobFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download blob '{0}' successful..
|
|
/// </summary>
|
|
internal static string DownloadBlobSuccessful {
|
|
get {
|
|
return ResourceManager.GetString("DownloadBlobSuccessful", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Endpk must accompany Endrk..
|
|
/// </summary>
|
|
internal static string EndpkMustAccomanyEndrk {
|
|
get {
|
|
return ResourceManager.GetString("EndpkMustAccomanyEndrk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} end processing, Start {1} remote calls. Finish {2} remote calls. Elapsed time {3:0.00} ms. Client operation id: {4}..
|
|
/// </summary>
|
|
internal static string EndProcessingLog {
|
|
get {
|
|
return ResourceManager.GetString("EndProcessingLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to AZURE_STORAGE_CONNECTION_STRING.
|
|
/// </summary>
|
|
internal static string EnvConnectionString {
|
|
get {
|
|
return ResourceManager.GetString("EnvConnectionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Exception cannot be null or empty..
|
|
/// </summary>
|
|
internal static string ExceptionCannotEmpty {
|
|
get {
|
|
return ResourceManager.GetString("ExceptionCannotEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The expiry time of the specified access policy should be greater than start time. Expiry time : {0}. Start time: {1}..
|
|
/// </summary>
|
|
internal static string ExpiryTimeGreatThanStartTime {
|
|
get {
|
|
return ResourceManager.GetString("ExpiryTimeGreatThanStartTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Parameter -ExpiryTime and -NoExpiryTime are mutually exclusive.
|
|
/// </summary>
|
|
internal static string ExpiryTimeParameterConflict {
|
|
get {
|
|
return ResourceManager.GetString("ExpiryTimeParameterConflict", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File '{0}' already exists..
|
|
/// </summary>
|
|
internal static string FileAlreadyExists {
|
|
get {
|
|
return ResourceManager.GetString("FileAlreadyExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find copy task on the specified file '{0}'..
|
|
/// </summary>
|
|
internal static string FileCopyTaskNotFound {
|
|
get {
|
|
return ResourceManager.GetString("FileCopyTaskNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File name can not be empty..
|
|
/// </summary>
|
|
internal static string FileNameCannotEmpty {
|
|
get {
|
|
return ResourceManager.GetString("FileNameCannotEmpty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} ({1}){2}.
|
|
/// </summary>
|
|
internal static string FileNameFormatForSnapShot {
|
|
get {
|
|
return ResourceManager.GetString("FileNameFormatForSnapShot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The given file name '{0}' is not valid since a file name could not end with a '/' forward slash..
|
|
/// </summary>
|
|
internal static string FileNameShouldNotEndWithSlash {
|
|
get {
|
|
return ResourceManager.GetString("FileNameShouldNotEndWithSlash", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find the specified file '{0}'..
|
|
/// </summary>
|
|
internal static string FileNotFound {
|
|
get {
|
|
return ResourceManager.GetString("FileNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to It doesn't support logging in Microsoft Azure File service..
|
|
/// </summary>
|
|
internal static string FileNotSupportLogging {
|
|
get {
|
|
return ResourceManager.GetString("FileNotSupportLogging", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Percent : {0}%..
|
|
/// </summary>
|
|
internal static string FileTransmitStatus {
|
|
get {
|
|
return ResourceManager.GetString("FileTransmitStatus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Finish remote call for {0} with status code {1}({2}) and service request id {3}. Elapsed time {4:0.00} ms..
|
|
/// </summary>
|
|
internal static string FinishRemoteCall {
|
|
get {
|
|
return ResourceManager.GetString("FinishRemoteCall", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Get-AzureStorageContainerAcl.
|
|
/// </summary>
|
|
internal static string GetAzureStorageContainerAclCmdletName {
|
|
get {
|
|
return ResourceManager.GetString("GetAzureStorageContainerAclCmdletName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Get-AzureStorageContainer.
|
|
/// </summary>
|
|
internal static string GetAzureStorageContainerCmdletName {
|
|
get {
|
|
return ResourceManager.GetString("GetAzureStorageContainerCmdletName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Fetch Permission for container '{0}' failed. Exception: {1}.
|
|
/// </summary>
|
|
internal static string GetContainerPermissionException {
|
|
get {
|
|
return ResourceManager.GetString("GetContainerPermissionException", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Get storage account from environment variable 'AZURE_STORAGE_CONNECTION_STRING'..
|
|
/// </summary>
|
|
internal static string GetStorageAccountFromEnvironmentVariable {
|
|
get {
|
|
return ResourceManager.GetString("GetStorageAccountFromEnvironmentVariable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to http://{0}.blob.{1}/.
|
|
/// </summary>
|
|
internal static string HttpBlobEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpBlobEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to http://{0}.file.{1}/.
|
|
/// </summary>
|
|
internal static string HttpFileEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpFileEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to http://.
|
|
/// </summary>
|
|
internal static string HTTPPrefix {
|
|
get {
|
|
return ResourceManager.GetString("HTTPPrefix", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to http://{0}.queue.{1}/.
|
|
/// </summary>
|
|
internal static string HttpQueueEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpQueueEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://{0}.blob.{1}/.
|
|
/// </summary>
|
|
internal static string HttpsBlobEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpsBlobEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://{0}.file.{1}/.
|
|
/// </summary>
|
|
internal static string HttpsFileEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpsFileEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://.
|
|
/// </summary>
|
|
internal static string HTTPSPrefix {
|
|
get {
|
|
return ResourceManager.GetString("HTTPSPrefix", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://{0}.queue.{1}/.
|
|
/// </summary>
|
|
internal static string HttpsQueueEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpsQueueEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to https://{0}.table.{1}/.
|
|
/// </summary>
|
|
internal static string HttpsTableEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpsTableEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to http://{0}.table.{1}/.
|
|
/// </summary>
|
|
internal static string HttpTableEndPointFormat {
|
|
get {
|
|
return ResourceManager.GetString("HttpTableEndPointFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}bytes.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_Bytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_Bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}EB.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_ExaBytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_ExaBytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}GB.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_GigaBytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_GigaBytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}KB.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_KiloBytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_KiloBytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}MB.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_MegaBytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_MegaBytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}PB.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_PetaBytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_PetaBytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0:0.##}TB.
|
|
/// </summary>
|
|
internal static string HumanReadableSizeFormat_TeraBytes {
|
|
get {
|
|
return ResourceManager.GetString("HumanReadableSizeFormat_TeraBytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Init service channel from current subscription..
|
|
/// </summary>
|
|
internal static string InitChannelFromSubscription {
|
|
get {
|
|
return ResourceManager.GetString("InitChannelFromSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Init Operation Context for '{0}' with client request id {1}. If you want to get more details, please add "-Debug" to your command..
|
|
/// </summary>
|
|
internal static string InitOperationContextLog {
|
|
get {
|
|
return ResourceManager.GetString("InitOperationContextLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid access permission '{0}'..
|
|
/// </summary>
|
|
internal static string InvalidAccessPermission {
|
|
get {
|
|
return ResourceManager.GetString("InvalidAccessPermission", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid access policy '{0}'..
|
|
/// </summary>
|
|
internal static string InvalidAccessPolicy {
|
|
get {
|
|
return ResourceManager.GetString("InvalidAccessPolicy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Access policy name '{0}' is invalid. Valid names should be 1 through 64 characters long..
|
|
/// </summary>
|
|
internal static string InvalidAccessPolicyName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidAccessPolicyName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Access policy type is invalid, only SharedAccessBlobPolicy, SharedAccessQueuePolicy, and SharedAccessTablePolicy are supported.
|
|
/// </summary>
|
|
internal static string InvalidAccessPolicyType {
|
|
get {
|
|
return ResourceManager.GetString("InvalidAccessPolicyType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to invalid parameter combination, please see the command help..
|
|
/// </summary>
|
|
internal static string InvalidAccountParameterCombination {
|
|
get {
|
|
return ResourceManager.GetString("InvalidAccountParameterCombination", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob name '{0}' is invalid. Valid names should be 1 through 1024 characters long and should not end with a . or /..
|
|
/// </summary>
|
|
internal static string InvalidBlobName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidBlobName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob properties '{0}' with value '{1}' is invalid.
|
|
/// </summary>
|
|
internal static string InvalidBlobProperties {
|
|
get {
|
|
return ResourceManager.GetString("InvalidBlobProperties", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Blob type '{0}' of blob '{1}' is not supported..
|
|
/// </summary>
|
|
internal static string InvalidBlobType {
|
|
get {
|
|
return ResourceManager.GetString("InvalidBlobType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to CloudBlob "{0}" should contain container properties..
|
|
/// </summary>
|
|
internal static string InvalidBlobWithoutContainer {
|
|
get {
|
|
return ResourceManager.GetString("InvalidBlobWithoutContainer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Container name '{0}' is invalid. Valid names start and end with a lower case letter or a number and has in between a lower case letter, number or dash with no consecutive dashes and is 3 through 63 characters long..
|
|
/// </summary>
|
|
internal static string InvalidContainerName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidContainerName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid enum name {0}..
|
|
/// </summary>
|
|
internal static string InvalidEnumName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidEnumName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid expiry time '{0}'..
|
|
/// </summary>
|
|
internal static string InvalidExpiryTime {
|
|
get {
|
|
return ResourceManager.GetString("InvalidExpiryTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to File name "{0}" is invalid..
|
|
/// </summary>
|
|
internal static string InvalidFileName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidFileName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to '{0}' is an invalid HTTP method..
|
|
/// </summary>
|
|
internal static string InvalidHTTPMethod {
|
|
get {
|
|
return ResourceManager.GetString("InvalidHTTPMethod", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The page blob size must be a multiple of 512 bytes. But the size of local file '{0}' is {1}..
|
|
/// </summary>
|
|
internal static string InvalidPageBlobSize {
|
|
get {
|
|
return ResourceManager.GetString("InvalidPageBlobSize", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Queue name '{0}' is invalid. Valid names start and end with a lower case letter or a number and has in between a lower case letter, number or dash with no consecutive dashes and is 3 through 63 characters long..
|
|
/// </summary>
|
|
internal static string InvalidQueueName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidQueueName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified path does not represent any resource on the server..
|
|
/// </summary>
|
|
internal static string InvalidResource {
|
|
get {
|
|
return ResourceManager.GetString("InvalidResource", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The minimum value of retention days is 1, the largest value is 365 (one year). -1 means turn off the retention policy. Current is {0}..
|
|
/// </summary>
|
|
internal static string InvalidRetentionDay {
|
|
get {
|
|
return ResourceManager.GetString("InvalidRetentionDay", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid start time '{0}'..
|
|
/// </summary>
|
|
internal static string InvalidStartTime {
|
|
get {
|
|
return ResourceManager.GetString("InvalidStartTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Invalid storage end point '{0}'..
|
|
/// </summary>
|
|
internal static string InvalidStorageEndPoint {
|
|
get {
|
|
return ResourceManager.GetString("InvalidStorageEndPoint", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Storage service type should be one of Blob,Table,Queue..
|
|
/// </summary>
|
|
internal static string InvalidStorageServiceType {
|
|
get {
|
|
return ResourceManager.GetString("InvalidStorageServiceType", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Table name '{0}' is invalid. Valid names are case insensitive, start with a letter and is followed by letters or numbers and is 3 through 63 characters long..
|
|
/// </summary>
|
|
internal static string InvalidTableName {
|
|
get {
|
|
return ResourceManager.GetString("InvalidTableName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified timeout value ({0}) was out of range. The timeout accepted is in seconds and can only be a positive integer or -1..
|
|
/// </summary>
|
|
internal static string InvalidTimeoutValue {
|
|
get {
|
|
return ResourceManager.GetString("InvalidTimeoutValue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New-Alias.
|
|
/// </summary>
|
|
internal static string NewAlias {
|
|
get {
|
|
return ResourceManager.GetString("NewAlias", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
internal static string NewAliasName {
|
|
get {
|
|
return ResourceManager.GetString("NewAliasName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Value.
|
|
/// </summary>
|
|
internal static string NewAliasValue {
|
|
get {
|
|
return ResourceManager.GetString("NewAliasValue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to None or All operation can't be used with other operations..
|
|
/// </summary>
|
|
internal static string NoneAndAllOperationShouldBeAlone {
|
|
get {
|
|
return ResourceManager.GetString("NoneAndAllOperationShouldBeAlone", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Object '{0}' cannot be null..
|
|
/// </summary>
|
|
internal static string ObjectCannotBeNull {
|
|
get {
|
|
return ResourceManager.GetString("ObjectCannotBeNull", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Only support to copy from azure file to a block blob..
|
|
/// </summary>
|
|
internal static string OnlyCopyFromBlockBlobToAzureFile {
|
|
get {
|
|
return ResourceManager.GetString("OnlyCopyFromBlockBlobToAzureFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to You must supply only one permission in Off/Blob/Container for container..
|
|
/// </summary>
|
|
internal static string OnlyOnePermissionForContainer {
|
|
get {
|
|
return ResourceManager.GetString("OnlyOnePermissionForContainer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure to overwrite '{0}'?.
|
|
/// </summary>
|
|
internal static string OverwriteConfirmation {
|
|
get {
|
|
return ResourceManager.GetString("OverwriteConfirmation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The given path/prefix '{0}' is not a valid name for a file or directory or does match the requirement for Microsoft Azure File Service REST API..
|
|
/// </summary>
|
|
internal static string PathInvalid {
|
|
get {
|
|
return ResourceManager.GetString("PathInvalid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The length of the given path/prefix '{0}' exceeded the max allowed length {1} for Microsoft Azure File Service REST API..
|
|
/// </summary>
|
|
internal static string PathTooLong {
|
|
get {
|
|
return ResourceManager.GetString("PathTooLong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Policy '{0}' already exists..
|
|
/// </summary>
|
|
internal static string PolicyAlreadyExists {
|
|
get {
|
|
return ResourceManager.GetString("PolicyAlreadyExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find policy '{0}'..
|
|
/// </summary>
|
|
internal static string PolicyNotFound {
|
|
get {
|
|
return ResourceManager.GetString("PolicyNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prepare to download blob..
|
|
/// </summary>
|
|
internal static string PrepareDownloadingBlob {
|
|
get {
|
|
return ResourceManager.GetString("PrepareDownloadingBlob", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prepare to download file..
|
|
/// </summary>
|
|
internal static string PrepareDownloadingFile {
|
|
get {
|
|
return ResourceManager.GetString("PrepareDownloadingFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prepare to upload blob..
|
|
/// </summary>
|
|
internal static string PrepareUploadingBlob {
|
|
get {
|
|
return ResourceManager.GetString("PrepareUploadingBlob", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Prepare to upload file..
|
|
/// </summary>
|
|
internal static string PrepareUploadingFile {
|
|
get {
|
|
return ResourceManager.GetString("PrepareUploadingFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Queue '{0}' already exists..
|
|
/// </summary>
|
|
internal static string QueueAlreadyExists {
|
|
get {
|
|
return ResourceManager.GetString("QueueAlreadyExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find queue '{0}'..
|
|
/// </summary>
|
|
internal static string QueueNotFound {
|
|
get {
|
|
return ResourceManager.GetString("QueueNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download blob '{0}' into '{1}'..
|
|
/// </summary>
|
|
internal static string ReceiveAzureBlobActivity {
|
|
get {
|
|
return ResourceManager.GetString("ReceiveAzureBlobActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Download file '{0}' into '{1}'..
|
|
/// </summary>
|
|
internal static string ReceiveAzureFileActivity {
|
|
get {
|
|
return ResourceManager.GetString("ReceiveAzureFileActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The remove operation of blob '{0}' in container '{1}' is cancelled..
|
|
/// </summary>
|
|
internal static string RemoveBlobCancelled {
|
|
get {
|
|
return ResourceManager.GetString("RemoveBlobCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Removed blob '{0}' in container '{1}' successfully..
|
|
/// </summary>
|
|
internal static string RemoveBlobSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("RemoveBlobSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The remove operation of container '{0}' has been cancelled..
|
|
/// </summary>
|
|
internal static string RemoveContainerCancelled {
|
|
get {
|
|
return ResourceManager.GetString("RemoveContainerCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Removed container '{0}' successfully..
|
|
/// </summary>
|
|
internal static string RemoveContainerSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("RemoveContainerSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The remove operation of policy '{0}' has been cancelled..
|
|
/// </summary>
|
|
internal static string RemovePolicyCancelled {
|
|
get {
|
|
return ResourceManager.GetString("RemovePolicyCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Removed policy '{0}' successfully..
|
|
/// </summary>
|
|
internal static string RemovePolicySuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("RemovePolicySuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The remove operation of queue '{0}' has been cancelled..
|
|
/// </summary>
|
|
internal static string RemoveQueueCancelled {
|
|
get {
|
|
return ResourceManager.GetString("RemoveQueueCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Removed queue '{0}' successfully..
|
|
/// </summary>
|
|
internal static string RemoveQueueSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("RemoveQueueSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The remove operation of table '{0}' has been cancelled..
|
|
/// </summary>
|
|
internal static string RemoveTableCancelled {
|
|
get {
|
|
return ResourceManager.GetString("RemoveTableCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Removed table '{0}' successfully..
|
|
/// </summary>
|
|
internal static string RemoveTableSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("RemoveTableSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to [SasToken].
|
|
/// </summary>
|
|
internal static string SasTokenAccountName {
|
|
get {
|
|
return ResourceManager.GetString("SasTokenAccountName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload file '{0}' to blob '{1}' in container '{2}'..
|
|
/// </summary>
|
|
internal static string SendAzureBlobActivity {
|
|
get {
|
|
return ResourceManager.GetString("SendAzureBlobActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload file '{0}' to blob '{1}' cancelled..
|
|
/// </summary>
|
|
internal static string SendAzureBlobCancelled {
|
|
get {
|
|
return ResourceManager.GetString("SendAzureBlobCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload file '{0}' to '{1}' in share '{2}'..
|
|
/// </summary>
|
|
internal static string SendAzureFileActivity {
|
|
get {
|
|
return ResourceManager.GetString("SendAzureFileActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The given share name/prefix '{0}' is not a valid name for a file share of Microsoft Azure File Service; refer to https://msdn.microsoft.com/library/azure/dn167011.aspx for details..
|
|
/// </summary>
|
|
internal static string ShareNameInvalid {
|
|
get {
|
|
return ResourceManager.GetString("ShareNameInvalid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This expiry time field must be omitted if it has been specified in an associated stored access policy..
|
|
/// </summary>
|
|
internal static string SignedExpiryTimeMustBeOmitted {
|
|
get {
|
|
return ResourceManager.GetString("SignedExpiryTimeMustBeOmitted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This permission field must be omitted if it has been specified in an associated stored access policy..
|
|
/// </summary>
|
|
internal static string SignedPermissionsMustBeOmitted {
|
|
get {
|
|
return ResourceManager.GetString("SignedPermissionsMustBeOmitted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to This start time field must be omitted if it has been specified in an associated stored access policy..
|
|
/// </summary>
|
|
internal static string SignedStartTimeMustBeOmitted {
|
|
get {
|
|
return ResourceManager.GetString("SignedStartTimeMustBeOmitted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip to download blob '{0}' with snapshot time '{0}'..
|
|
/// </summary>
|
|
internal static string SkipDownloadSnapshot {
|
|
get {
|
|
return ResourceManager.GetString("SkipDownloadSnapshot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The specified source file '{0}' was not found..
|
|
/// </summary>
|
|
internal static string SourceFileNotFound {
|
|
get {
|
|
return ResourceManager.GetString("SourceFileNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ignore mismatch source storage context.. The source uri is {0}, the end point is {1}..
|
|
/// </summary>
|
|
internal static string StartCopySourceContextMismatch {
|
|
get {
|
|
return ResourceManager.GetString("StartCopySourceContextMismatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start to download blob '{0}' to '{1}'..
|
|
/// </summary>
|
|
internal static string StartDownloadBlob {
|
|
get {
|
|
return ResourceManager.GetString("StartDownloadBlob", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Startpk must accompany startrk..
|
|
/// </summary>
|
|
internal static string StartpkMustAccomanyStartrk {
|
|
get {
|
|
return ResourceManager.GetString("StartpkMustAccomanyStartrk", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start {0}th remote call, method: {1}, destination: {2}..
|
|
/// </summary>
|
|
internal static string StartRemoteCall {
|
|
get {
|
|
return ResourceManager.GetString("StartRemoteCall", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Parameter -StartTime and -NoStartTime are mutually exclusive.
|
|
/// </summary>
|
|
internal static string StartTimeParameterConflict {
|
|
get {
|
|
return ResourceManager.GetString("StartTimeParameterConflict", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start to upload '{0}' to blob '{1}'..
|
|
/// </summary>
|
|
internal static string StartUploadFile {
|
|
get {
|
|
return ResourceManager.GetString("StartUploadFile", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stopped the copy task on blob '{0}' in container '{1}' successfully..
|
|
/// </summary>
|
|
internal static string StopCopyBlobSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("StopCopyBlobSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stopped the copy task on file '{0}' successfully..
|
|
/// </summary>
|
|
internal static string StopCopyFileSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("StopCopyFileSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The stop copy operation on blob '{0}' in container '{1}' is cancelled..
|
|
/// </summary>
|
|
internal static string StopCopyOperationCancelled {
|
|
get {
|
|
return ResourceManager.GetString("StopCopyOperationCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} stop processing, Use {1} remote calls. Elapsed time {2:0.00} ms. Client operation id: {3}..
|
|
/// </summary>
|
|
internal static string StopProcessingLog {
|
|
get {
|
|
return ResourceManager.GetString("StopProcessingLog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error Message {0}. HTTP Status Code: {1} - HTTP Error Message: {2}.
|
|
/// </summary>
|
|
internal static string StorageExceptionDetails {
|
|
get {
|
|
return ResourceManager.GetString("StorageExceptionDetails", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Table '{0}' already exists..
|
|
/// </summary>
|
|
internal static string TableAlreadyExists {
|
|
get {
|
|
return ResourceManager.GetString("TableAlreadyExists", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not find table '{0}'..
|
|
/// </summary>
|
|
internal static string TableNotFound {
|
|
get {
|
|
return ResourceManager.GetString("TableNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transfer Summary
|
|
///--------------------------------
|
|
///Total: {0}.
|
|
///Successful: {1}.
|
|
///Failed: {2}..
|
|
/// </summary>
|
|
internal static string TransferSummary {
|
|
get {
|
|
return ResourceManager.GetString("TransferSummary", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Total: {0}. Successful: {1}. Failed: {2}. Active: {3}..
|
|
/// </summary>
|
|
internal static string TransmitActiveSummary {
|
|
get {
|
|
return ResourceManager.GetString("TransmitActiveSummary", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} task status :.
|
|
/// </summary>
|
|
internal static string TransmitActivity {
|
|
get {
|
|
return ResourceManager.GetString("TransmitActivity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transmit cancelled by user..
|
|
/// </summary>
|
|
internal static string TransmitCancelled {
|
|
get {
|
|
return ResourceManager.GetString("TransmitCancelled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transmit failed. Exception: {0}..
|
|
/// </summary>
|
|
internal static string TransmitFailed {
|
|
get {
|
|
return ResourceManager.GetString("TransmitFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Transmit successfully..
|
|
/// </summary>
|
|
internal static string TransmitSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("TransmitSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unknown blob..
|
|
/// </summary>
|
|
internal static string UnknownBlob {
|
|
get {
|
|
return ResourceManager.GetString("UnknownBlob", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Can not upload file to azure blob. Error: {0}..
|
|
/// </summary>
|
|
internal static string Upload2BlobFailed {
|
|
get {
|
|
return ResourceManager.GetString("Upload2BlobFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload file '{0}' failed. Error: '{1}'..
|
|
/// </summary>
|
|
internal static string UploadFileFailed {
|
|
get {
|
|
return ResourceManager.GetString("UploadFileFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Upload file '{0}' successfully..
|
|
/// </summary>
|
|
internal static string UploadFileSuccessfully {
|
|
get {
|
|
return ResourceManager.GetString("UploadFileSuccessfully", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use current storage account '{0}' from subscription '{1}'..
|
|
/// </summary>
|
|
internal static string UseCurrentStorageAccountFromSubscription {
|
|
get {
|
|
return ResourceManager.GetString("UseCurrentStorageAccountFromSubscription", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use storage account '{0}' from storage context..
|
|
/// </summary>
|
|
internal static string UseStorageAccountFromContext {
|
|
get {
|
|
return ResourceManager.GetString("UseStorageAccountFromContext", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Valid environment names are: '{0}' and '{1}'.
|
|
/// </summary>
|
|
internal static string ValidEnvironmentName {
|
|
get {
|
|
return ResourceManager.GetString("ValidEnvironmentName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} {1}..
|
|
/// </summary>
|
|
internal static string VerboseLogFormat {
|
|
get {
|
|
return ResourceManager.GetString("VerboseLogFormat", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Write to file '{0}' is denied..
|
|
/// </summary>
|
|
internal static string WritePermissionDenied {
|
|
get {
|
|
return ResourceManager.GetString("WritePermissionDenied", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|