ContainerServiceExtensions.GetOSOptionProfile Method

Definition

Gets an object representing a OSOptionProfileResource along with the instance operations that can be performed on it in the 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

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

location
AzureLocation

The name of Azure region.

Returns

Returns a OSOptionProfileResource object.

Applies to