C# Class Iot.Admin.WebService.Controllers.TenantsController

Inheritance: Microsoft.AspNetCore.Mvc.Controller
显示文件 Open project: Azure-Samples/service-fabric-dotnet-iot

Public Methods

Method Description
TenantsController ( FabricClient fabricClient, ServiceCancellation serviceCancellation ) : System

Private Methods

Method Description
Delete ( string tenantName ) : Task
Get ( ) : Task
Post ( [ tenantName, [ parameters ) : Task

Method Details

TenantsController() public method

public TenantsController ( FabricClient fabricClient, ServiceCancellation serviceCancellation ) : System
fabricClient FabricClient
serviceCancellation Iot.Common.ServiceCancellation
return System