INPUT_OBJECT
NewComputeConfig
Description
New compute configuration.
link GraphQL Schema definition
- input NewComputeConfig {
- # The name of the Virtual Network.
- String :
- # The name of the subnet.
- String :
- # The name of the Network Security Group.
- String :
- # The name of the failover Virtual Network.
- String :
- # The name of the failover subnet.
- String :
- # The name of the failover Network Security Group.
- String :
- }