Users Guide

방법 설명
public AgentTransferConfiguration
TransferConfiguration { get; set; }
전송 구성을 가져오거나 설정합니다.
public
AgentProtectionStorageConfiguration
StorageConfiguration { get; set; }
저장소 구성을 가져오거나 설정합니다.
public string Key { get; set;}
전송 요청을 인증하기 위한 일회용 암호로 사용할
있는 의사 난수(암호화로 보안되지 않음) 키를 생성합
니다.
public bool ForceBaseImage { get;
set; }
기본 이미지가 강제 적용되는지 여부를 나타내는 값을
가져오거나 설정합니다.
public bool IsLogTruncation { get;
set; }
작업이 로그 자르기인지를 나타내는 값을 가져오거나
설정합니다.
public uint LatestEpochSeenByCore
{ get; set; }
최신 epoch 값을 가져오거나 설정합니다.
VirtualMachineLocation (namespace Replay.Common.Contracts.Virtualization)
방법 설명
public string Description { get; set;}
위치에 대해 사용자가 읽을 있는 설명을 가져오
거나 설정합니다.
public string Method { get; set;}
VM 이름을 가져오거나 설정합니다.
VolumeImageIdsCollection (namespace Replay.Core.Contracts.RecoveryPoints)
매개변수 System.Collections.ObjectModel.Collection<string>에서 해당 값을 상속합니다.
VolumeName (namespace Replay.Common.Contracts.Metadata.Storage)
방법 설명
public string GuidName { get; set;}
볼륨의 ID 가져오거나 설정합니다.
public string DisplayName { get; set;}
볼륨의 이름을 가져오거나 설정합니다.
public string UrlEncode()
URL에서 올바르게 전달할 있는 URL 인코딩된
전의 이름을 가져옵니다.
노트: .NET 4.0 WCF(https://connect.microsoft.com/
VisualStudio/ feedback/ ViewFeedback.aspx?
FeedbackID=413312) 경로 이스케이프 문자가 URI
템플릿에서 올바르게 작동하지 않도록 하는 알려
문제가 있습니다. 볼륨 이름에 '\' '?' 모두
포함되어 있으므로 특수 문자인 '\' '?' 다른
문자로 대체해야 합니다.
public string GetMountName()
볼륨 이미지를 일부 폴더에 탑재할 있도록 유효한
볼륨의 이름을 반환합니다.
172