Esempio n. 1
0
 public Task PublishDeploymentAsync(
     Deployment deployment,
     Uri packageUrl,
     Deployment.CreationOptions options = null,
     params ExtensionAssociation[] extensionAssociations)
 {
     return(deployment.CreateAsync(this, packageUrl, options, extensionAssociations));
 }
Esempio n. 2
0
 public Task PublishDeploymentAsync(Deployment deployment, Uri packageUrl, Deployment.CreationOptions options = null)
 {
     return(deployment.CreateAsync(this, packageUrl, options));
 }