Partager via


ICloudServiceOperatingSystemsOperations.GetOSFamilyWithHttpMessagesAsync Méthode

Définition

Obtient les propriétés d’une famille de systèmes d’exploitation invités qui peuvent être spécifiées dans la configuration du service XML (.cscfg) pour un service cloud.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Compute.Models.OSFamily>> GetOSFamilyWithHttpMessagesAsync (string location, string osFamilyName, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOSFamilyWithHttpMessagesAsync : 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.OSFamily>>
Public Function GetOSFamilyWithHttpMessagesAsync (location As String, osFamilyName As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of OSFamily))

Paramètres

location
String

Nom de l’emplacement auquel la famille de systèmes d’exploitation se rapporte.

osFamilyName
String

Nom de la famille de systèmes d’exploitation.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code status non valide

Levée lorsque la réponse ne peut pas être désérialisée

Levée lorsqu’un paramètre requis a la valeur Null

S’applique à