ICloudServiceOperations 接口
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public interface ICloudServiceOperations
public interface class ICloudServiceOperations
type ICloudServiceOperations = interface end
Public Interface ICloudServiceOperations
方法
名称 | 说明 | |
---|---|---|
BeginCreateAsync(CloudServiceCreateParameters, CancellationToken) | 创建云服务。 |
|
BeginDeleteAsync(String, CancellationToken) | 创建云服务。 |
|
CreateAsync(CloudServiceCreateParameters, CancellationToken) | 创建云服务。 |
|
DeleteAsync(String, CancellationToken) | 创建云服务。 |
|
GetAsync(String, CancellationToken) | 检索 (请参阅有关详细信息的 https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx) 云服务 |
|
ListAsync(CancellationToken) | 检索 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx 有关详细信息) 的云服务的列表 |
扩展方法
请参阅
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首