Freigeben über


GalleriesOperationsExtensions.GetAsync Methode

Definition

Überlädt

GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

GetAsync(IGalleriesOperations, String, String, String, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

GetAsync(IGalleriesOperations, String, String, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

GetAsync(IGalleriesOperations, String, String)

Ruft Informationen zu einem Shared Image Gallery ab.

GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select = default, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, Optional select As String = Nothing, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Gallery)

Parameter

operations
IGalleriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

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: "Permissions"

expand
String

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für:

GetAsync(IGalleriesOperations, String, String, String, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, string select, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, select As String, cancellationToken As CancellationToken) As Task(Of Gallery)

Parameter

operations
IGalleriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

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: "Permissions"

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für:

GetAsync(IGalleriesOperations, String, String, CancellationToken)

Ruft Informationen zu einem Shared Image Gallery ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName, System.Threading.CancellationToken cancellationToken);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String, cancellationToken As CancellationToken) As Task(Of Gallery)

Parameter

operations
IGalleriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für:

GetAsync(IGalleriesOperations, String, String)

Ruft Informationen zu einem Shared Image Gallery ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery> GetAsync (this Microsoft.Azure.Management.Compute.IGalleriesOperations operations, string resourceGroupName, string galleryName);
static member GetAsync : Microsoft.Azure.Management.Compute.IGalleriesOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Models.Gallery>
<Extension()>
Public Function GetAsync (operations As IGalleriesOperations, resourceGroupName As String, galleryName As String) As Task(Of Gallery)

Parameter

operations
IGalleriesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

galleryName
String

Der Name des Shared Image Gallery.

Gibt zurück

Gilt für: