ContainerServiceExtensions.GetOSOptionProfile 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 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET