IPGroupCollection.GetIfExists(String, String, CancellationToken) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht, Details für diese Ressource aus dem Dienst abzurufen.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/ipGroups/{ipGroupsName}
- Vorgang IdIpGroups_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.IPGroupResource> GetIfExists (string ipGroupsName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.IPGroupResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.IPGroupResource>
Public Overridable Function GetIfExists (ipGroupsName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of IPGroupResource)
Parameter
- ipGroupsName
- String
Der Name der ipGroups.
- expand
- String
Erweitert resourceIds (von Firewalls/Netzwerksicherheitsgruppen usw.), auf die von der IpGroups-Ressource verwiesen wird.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
ipGroupsName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
ipGroupsName
ist NULL.
Gilt für:
Azure SDK for .NET