INPUT_OBJECT

NewComputeConfig

Description

New compute configuration.

link GraphQL Schema definition

  • input NewComputeConfig {
  • # The name of the Virtual Network.
  • vnetName: String
  • # The name of the subnet.
  • subnetName: String
  • # The name of the Network Security Group.
  • securityGroupName: String
  • # The name of the failover Virtual Network.
  • failoverVnetName: String
  • # The name of the failover subnet.
  • failoverSubnetName: String
  • # The name of the failover Network Security Group.
  • failoverSecurityGroupName: String
  • }