Metodo WebHostingPlanOperationsExtensions.DeleteAsync
Deletes a Web Hosting Plan (see https://azure.microsoft.com/en-us/documentation/articles/azure-web-sites-web-hosting-plans-in-depth-overview/ for more information)
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Utilizzo
'Utilizzo
Dim operations As IWebHostingPlanOperations
Dim webSpaceName As String
Dim webHostingPlanName As String
Dim returnValue As Task(Of OperationResponse)
returnValue = WebHostingPlanOperationsExtensions.DeleteAsync(operations, webSpaceName, webHostingPlanName)
Sintassi
'Dichiarazione
<ExtensionAttribute> _
Public Shared Function DeleteAsync ( _
operations As IWebHostingPlanOperations, _
webSpaceName As String, _
webHostingPlanName As String _
) As Task(Of OperationResponse)
[ExtensionAttribute]
public static Task<OperationResponse> DeleteAsync (
IWebHostingPlanOperations operations,
string webSpaceName,
string webHostingPlanName
)
[ExtensionAttribute]
public:
static Task<OperationResponse^>^ DeleteAsync (
IWebHostingPlanOperations^ operations,
String^ webSpaceName,
String^ webHostingPlanName
)
/** @attribute ExtensionAttribute() */
public static Task<OperationResponse> DeleteAsync (
IWebHostingPlanOperations operations,
String webSpaceName,
String webHostingPlanName
)
ExtensionAttribute
public static function DeleteAsync (
operations : IWebHostingPlanOperations,
webSpaceName : String,
webHostingPlanName : String
) : Task<OperationResponse>
Parametri
- operations
Reference to the Microsoft.WindowsAzure.Management.WebSites.IWebHostingPlanOperations.
- webSpaceName
Required. The name of the web space.
- webHostingPlanName
Required. The name of the web hosting plan.
Valore restituito
A standard service response including an HTTP status code and request ID.
Sicurezza dei thread
Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows 7 e Windows Server 2008
Piattaforme di destinazione
Vedere anche
Riferimento
Classe WebHostingPlanOperationsExtensions
Membri WebHostingPlanOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure