C# 클래스 AzureSiteReplicator.WebDeployHelper

파일 보기 프로젝트 열기: projectkudu/AzureSiteReplicator 1 사용 예제들

공개 메소드들

메소드 설명
DeployContentToOneSite ( IConfigRepository repository, string contentPath, string publishSettingsFile ) : DeploymentChangeSummary
TestSkipRule ( List skipRules, string contentPath ) : List

비공개 메소드들

메소드 설명
AddSkipRuleResultEventHandler ( object sender, DeploymentTraceEventArgs traceEvent ) : void
AddSkips ( IReadOnlyCollection skips, DeploymentBaseOptions sourceBaseOptions, DeploymentBaseOptions destBaseOptions ) : void
AllowCertificateCallback ( object sender, X509Certificate cert, X509Chain chain, SslPolicyErrors errors ) : bool
SetDestBaseOptions ( string publishSettingsPath, DeploymentBaseOptions &deploymentBaseOptions ) : string

메소드 상세

DeployContentToOneSite() 공개 메소드

public DeployContentToOneSite ( IConfigRepository repository, string contentPath, string publishSettingsFile ) : DeploymentChangeSummary
repository IConfigRepository
contentPath string
publishSettingsFile string
리턴 DeploymentChangeSummary

TestSkipRule() 공개 메소드

public TestSkipRule ( List skipRules, string contentPath ) : List
skipRules List
contentPath string
리턴 List