你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedClustersOperationsExtensions.GetOSOptions Method

Definition

Gets supported OS options in the specified subscription.

public static Microsoft.Azure.Management.ContainerService.Models.OSOptionProfile GetOSOptions (this Microsoft.Azure.Management.ContainerService.IManagedClustersOperations operations, string location, string resourceType = default);
static member GetOSOptions : Microsoft.Azure.Management.ContainerService.IManagedClustersOperations * string * string -> Microsoft.Azure.Management.ContainerService.Models.OSOptionProfile
<Extension()>
Public Function GetOSOptions (operations As IManagedClustersOperations, location As String, Optional resourceType As String = Nothing) As OSOptionProfile

Parameters

operations
IManagedClustersOperations

The operations group for this extension method.

location
String

The name of Azure region.

resourceType
String

The resource type for which the OS options needs to be returned

Returns

Applies to