[{"label":"Latest (V1)","version":"latest"}]
horizon-cloud-nextgen
EdgeDeploymentCreateTOV2
Properties
string
description
Optional
The name of the Edge Deployment
boolean
enablePrivateEndpoint
Optional
Use Private Link Service and enable private endpoint
string
fqdn
Optional
FQDN with which to resolve the Edge VM management IP
map of
InfrastructureResource
infrastructure
Optional
Infrastructure resources needed by the Edge Deployment such as managementNetwork
string
name
Optional
The name of the Edge Deployment
string
orgId
Optional
The id of the CSP org
string
providerInstanceId
Optional
The ProviderInstance where the Edge Deployment is deployed
map of
string
resourceTags
Optional
Resource tags that are added to edge deployment
array of
EdgeSsoConfiguration
ssoConfigurations
Optional
SSO configurations for the edge deployment.
JSON Example
{
"description": "My new edge deployment.",
"fqdn": "edge-deployment.example.com",
"name": "my-first-edge-deployment",
"orgId": "1234556",
"providerInstanceId": "123456"
}