Freigeben über


IGalleriesOperations.GetWithHttpMessagesAsync Methode

Definition

Überlädt

GetWithHttpMessagesAsync(String, String)

Ruft Informationen zu einem Shared Image Gallery ab.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

Ruft Informationen zu einem Shared Image Gallery ab.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

GetWithHttpMessagesAsync(String, String)

Ruft Informationen zu einem Shared Image Gallery ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName);
abstract member GetWithHttpMessagesAsync : string * string -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String) As Task(Of AzureOperationResponse(Of Gallery))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

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:

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>)

Ruft Informationen zu einem Shared Image Gallery ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, customHeaders As Dictionary(Of String, List(Of String))) As Task(Of AzureOperationResponse(Of Gallery))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

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:

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken);
abstract member GetWithHttpMessagesAsync : string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, customHeaders As Dictionary(Of String, List(Of String)), cancellationToken As CancellationToken) As Task(Of AzureOperationResponse(Of Gallery))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

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:

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, string select, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, select As String, customHeaders As Dictionary(Of String, List(Of String)), Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Gallery))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

select
String

Der Select-Ausdruck, der auf den Vorgang angewendet werden soll. Mögliche Werte: "Berechtigungen"

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:

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>> GetWithHttpMessagesAsync (string resourceGroupName, string galleryName, string select = default, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWithHttpMessagesAsync : string * string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.Gallery>>
Public Function GetWithHttpMessagesAsync (resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Gallery))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

select
String

Der Select-Ausdruck, der auf den Vorgang angewendet werden soll. Mögliche Werte: "Berechtigungen"

expand
String

Die Option "Abfrage erweitern", die auf den Vorgang angewendet werden soll. Mögliche Werte: "SharingProfile/Groups"

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: