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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET