AccountOperationsExtensions::DeleteAsync Method (IAccountOperations^, String^)
The Delete Media Services Account operation deletes an existing media services account in Windows Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn194273.aspx for more information)
Assembly: Microsoft.WindowsAzure.Management.MediaServices (in Microsoft.WindowsAzure.Management.MediaServices.dll)
public: [ExtensionAttribute] static Task<AzureOperationResponse^>^ DeleteAsync( IAccountOperations^ operations, String^ accountName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.MediaServices::IAccountOperations^
Reference to the Microsoft.WindowsAzure.Management.MediaServices.IAccountOperations.
- accountName
-
Type:
System::String^
Required. The name of the media services account.
Return Value
Type: System.Threading.Tasks::Task<AzureOperationResponse^>^A standard service response including an HTTP status code and request ID.
Show: