ICloudServiceOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface ICloudServiceOperations
type ICloudServiceOperations = interface
Public Interface ICloudServiceOperations
Methods
BeginCreateAsync(CloudServiceCreateParameters, CancellationToken) |
Create a cloud service. |
BeginDeleteAsync(String, CancellationToken) |
Create a cloud service. |
CreateAsync(CloudServiceCreateParameters, CancellationToken) |
Create a cloud service. |
DeleteAsync(String, CancellationToken) |
Create a cloud service. |
GetAsync(String, CancellationToken) |
Retrieve a Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |
ListAsync(CancellationToken) |
Retrieve a list of Cloud services (see http://msdn.microsoft.com/en-us/library/windowsazure/XXXXXXX.aspx for more information) |
Extension Methods
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET