コード例 #1
0
ファイル: proxy.cs プロジェクト: Azure/azure-powershell
 public static ServiceDeploymentConfiguration CreateServiceDeploymentConfiguration(global::System.Collections.ObjectModel.ObservableCollection<ServiceSettingsInput> serviceSettings)
 {
     ServiceDeploymentConfiguration serviceDeploymentConfiguration = new ServiceDeploymentConfiguration();
     if ((serviceSettings == null))
     {
         throw new global::System.ArgumentNullException("serviceSettings");
     }
     serviceDeploymentConfiguration.ServiceSettings = serviceSettings;
     return serviceDeploymentConfiguration;
 }
コード例 #2
0
ファイル: proxy.cs プロジェクト: Azure/azure-powershell
 partial void OnServiceConfigurationChanging(ServiceDeploymentConfiguration value);