Freigeben über


IPublicIPAddressesOperations.GetCloudServicePublicIPAddressWithHttpMessagesAsync Methode

Definition

Rufen Sie die angegebene öffentliche IP-Adresse in einem Clouddienst ab.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Network.Models.PublicIPAddress>> GetCloudServicePublicIPAddressWithHttpMessagesAsync (string resourceGroupName, string cloudServiceName, string roleInstanceName, string networkInterfaceName, string ipConfigurationName, string publicIpAddressName, string expand = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCloudServicePublicIPAddressWithHttpMessagesAsync : string * string * string * 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.Network.Models.PublicIPAddress>>
Public Function GetCloudServicePublicIPAddressWithHttpMessagesAsync (resourceGroupName As String, cloudServiceName As String, roleInstanceName As String, networkInterfaceName As String, ipConfigurationName As String, publicIpAddressName As String, 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 PublicIPAddress))

Parameter

resourceGroupName
String

Der Name der Ressourcengruppe.

cloudServiceName
String

Der Name des Clouddiensts.

roleInstanceName
String

Die Rolle instance Name.

networkInterfaceName
String

: Der Name der Netzwerkschnittstelle

ipConfigurationName
String

Der Name der IP-Konfiguration.

publicIpAddressName
String

Der Name der öffentlichen IP-Adresse.

expand
String

Erweitert die referenzierten Ressourcen.

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: