OSOptionProfileResource.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets supported OS options in the specified subscription.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ContainerService/locations/{location}/osOptions/default
- Operation Id: ManagedClusters_GetOSOptions
- Default Api Version: 2023-10-01
- Resource: OSOptionProfileResource
public virtual Azure.Response<Azure.ResourceManager.ContainerService.OSOptionProfileResource> Get (Azure.Core.ResourceType? resourceType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Nullable<Azure.Core.ResourceType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.OSOptionProfileResource>
override this.Get : Nullable<Azure.Core.ResourceType> * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ContainerService.OSOptionProfileResource>
Public Overridable Function Get (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of OSOptionProfileResource)
Parameters
- resourceType
- Nullable<ResourceType>
The resource type for which the OS options needs to be returned.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET