次の方法で共有


ContainerServiceExtensions.GetOSOptionProfile メソッド

定義

OSOptionProfileResource を表すオブジェクトと、SubscriptionResource で実行できるインスタンス操作を取得します。

public static Azure.ResourceManager.ContainerService.OSOptionProfileResource GetOSOptionProfile (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.Core.AzureLocation location);
static member GetOSOptionProfile : Azure.ResourceManager.Resources.SubscriptionResource * Azure.Core.AzureLocation -> Azure.ResourceManager.ContainerService.OSOptionProfileResource
<Extension()>
Public Function GetOSOptionProfile (subscriptionResource As SubscriptionResource, location As AzureLocation) As OSOptionProfileResource

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

location
AzureLocation

Azure リージョンの名前。

戻り値

OSOptionProfileResource オブジェクトを返します。

適用対象