scale_units_from_json
Creates, updates, deletes, gets or lists a scale_units_from_json
resource.
Overview
Name | scale_units_from_json |
Type | Resource |
Id | azure_stack.fabric_admin.scale_units_from_json |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
create | INSERT | location, resourceGroupName, scaleUnit, subscriptionId | Add a new scale unit. |
INSERT
example
Use the following StackQL query and manifest file to create a new scale_units_from_json
resource.
- All Properties
- Manifest
/*+ create */
INSERT INTO azure_stack.fabric_admin.scale_units_from_json (
location,
resourceGroupName,
scaleUnit,
subscriptionId,
clusterName,
physicalNodes,
torSwitchBgpAsn,
softwareBgpAsn,
torSwitchBgpPeerIp,
infrastructureNetwork,
storageNetwork,
netQosPriority
)
SELECT
'{{ location }}',
'{{ resourceGroupName }}',
'{{ scaleUnit }}',
'{{ subscriptionId }}',
'{{ clusterName }}',
'{{ physicalNodes }}',
'{{ torSwitchBgpAsn }}',
'{{ softwareBgpAsn }}',
'{{ torSwitchBgpPeerIp }}',
'{{ infrastructureNetwork }}',
'{{ storageNetwork }}',
'{{ netQosPriority }}'
;
- name: your_resource_model_name
props:
- name: clusterName
value: string
- name: physicalNodes
value:
- - name: bmcIpAddress
value: string
- name: name
value: string
- name: torSwitchBgpAsn
value: string
- name: softwareBgpAsn
value: string
- name: torSwitchBgpPeerIp
value:
- string
- name: infrastructureNetwork
value:
- name: subnet
value:
- string
- name: vlanId
value:
- string
- name: netQosPriority
value: integer