DeletedAccountCollection.Get(AzureLocation, String, CancellationToken) Method
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.
Get properties of specified deleted account resource.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/deletedAccounts/{deletedAccountName}
- Operation Id: DeletedAccounts_Get
- Default Api Version: 2023-05-01
- Resource: DeletedAccountResource
public virtual Azure.Response<Azure.ResourceManager.Storage.DeletedAccountResource> Get (Azure.Core.AzureLocation location, string deletedAccountName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.DeletedAccountResource>
override this.Get : Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Storage.DeletedAccountResource>
Public Overridable Function Get (location As AzureLocation, deletedAccountName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DeletedAccountResource)
Parameters
- location
- AzureLocation
The location of the deleted storage account.
- deletedAccountName
- String
Name of the deleted storage account.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
deletedAccountName
is an empty string, and was expected to be non-empty.
deletedAccountName
is null.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.