Skip to main content

plans_server_farm_skus

Creates, updates, deletes, gets or lists a plans_server_farm_skus resource.

Overview

Nameplans_server_farm_skus
TypeResource
Idazure.app_service.plans_server_farm_skus

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getexecresourceGroupName, name, subscriptionIdDescription for Gets all selectable SKUs for a given App Service Plan

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
namestringName of App Service Plan
resourceGroupNamestringName of the resource group to which the resource belongs.
subscriptionIdstringYour Azure subscription ID. This is a GUID-formatted string (e.g. 00000000-0000-0000-0000-000000000000).

Lifecycle Methods

Description for Gets all selectable SKUs for a given App Service Plan

EXEC azure.app_service.plans_server_farm_skus.get 
@resourceGroupName='{{ resourceGroupName }}' --required,
@name='{{ name }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;