コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the AzureRequirementsTemplateModel class.
 /// </summary>
 /// <param name="serviceClient">The service client (main point of access to SDK).</param>
 /// <param name="sdkName">The name of the generated SDK, required for proper folder structuring.</param>
 /// <param name="filesExtension">The files extension.</param>
 /// <param name="ns">The namespace of the SDK.</param>
 public RequirementsRba(CodeModelRba codeModel, CodeGeneratorRba generator)
     : base(codeModel, generator)
 {
 }
コード例 #2
0
ファイル: RequirementsRba.cs プロジェクト: devigned/autorest
 /// <summary>
 /// Initializes a new instance of the AzureRequirementsTemplateModel class.
 /// </summary>
 /// <param name="serviceClient">The service client (main point of access to SDK).</param>
 /// <param name="sdkName">The name of the generated SDK, required for proper folder structuring.</param>
 /// <param name="filesExtension">The files extension.</param>
 /// <param name="ns">The namespace of the SDK.</param>
 public RequirementsRba(CodeModelRba codeModel, CodeGeneratorRba generator)
     : base(codeModel, generator)
 {
 }