ArmResource.TryGetApiVersion(ResourceType, String) メソッド

定義

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

protected virtual bool TryGetApiVersion (Azure.Core.ResourceType resourceType, out string apiVersion);
abstract member TryGetApiVersion : Azure.Core.ResourceType * string -> bool
override this.TryGetApiVersion : Azure.Core.ResourceType * string -> bool
Protected Overridable Function TryGetApiVersion (resourceType As ResourceType, ByRef apiVersion As String) As Boolean

パラメーター

resourceType
ResourceType

バージョンを取得するリソースの種類。

apiVersion
String

設定する変数への API バージョン。

戻り値

適用対象