OSOptionProfileResource.GetAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.OSOptionProfileResource>> GetAsync (Azure.Core.ResourceType? resourceType = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Nullable<Azure.Core.ResourceType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.OSOptionProfileResource>>
override this.GetAsync : Nullable<Azure.Core.ResourceType> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerService.OSOptionProfileResource>>
Public Overridable Function GetAsync (Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET