次の方法で共有


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

定義

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

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

パラメーター

resourceType
ResourceType

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

apiVersion
String

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

戻り値

適用対象