C# Класс AzureSiteReplicator.WebDeployHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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