Freigeben über


IServiceOperations.RegionConfigurationWithHttpMessagesAsync Methode

Definition

Diese API stellt Konfigurationsdetails bereit, die für die jeweilige Region bzw. den jeweiligen Standort auf Abonnementebene spezifisch sind.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataBox.Models.RegionConfigurationResponse>> RegionConfigurationWithHttpMessagesAsync (string location, Microsoft.Azure.Management.DataBox.Models.RegionConfigurationRequest regionConfigurationRequest, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member RegionConfigurationWithHttpMessagesAsync : string * Microsoft.Azure.Management.DataBox.Models.RegionConfigurationRequest * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataBox.Models.RegionConfigurationResponse>>
Public Function RegionConfigurationWithHttpMessagesAsync (location As String, regionConfigurationRequest As RegionConfigurationRequest, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RegionConfigurationResponse))

Parameter

location
String

Der Speicherort der Ressource

regionConfigurationRequest
RegionConfigurationRequest

Fordern Sie den Text an, um die Konfiguration für die Region abzurufen.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: