次の方法で共有


NetworkProfileCollection.GetIfExists メソッド

定義

サービスからこのリソースの詳細の取得を試みます。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkProfiles/{networkProfileName}
  • 操作IdNetworkProfiles_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.Network.NetworkProfileResource> GetIfExists (string networkProfileName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.NetworkProfileResource>
override this.GetIfExists : string * string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.Network.NetworkProfileResource>
Public Overridable Function GetIfExists (networkProfileName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of NetworkProfileResource)

パラメーター

networkProfileName
String

パブリック IP プレフィックスの名前。

expand
String

参照先のリソースを展開します。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

networkProfileName は空の文字列であり、空でないと想定されていました。

networkProfileName が null です。

適用対象