DefaultRolloutSpecification interface
model interface DefaultRolloutSpecification
Properties
| auto |
The auto provisioning config. |
| canary | The canary traffic region configuration. |
| expedited |
The expedited rollout definition. |
| high |
The high traffic region configuration. |
| low |
The low traffic region configuration. |
| medium |
The medium traffic region configuration. |
| provider |
The provider registration. |
| resource |
The resource type registrations. |
| rest |
The rest of the world group one region configuration. |
| rest |
The rest of the world group two region configuration. |
Property Details
autoProvisionConfig
The auto provisioning config.
autoProvisionConfig?: DefaultRolloutSpecificationAutoProvisionConfig
Property Value
canary
The canary traffic region configuration.
canary?: DefaultRolloutSpecificationCanary
Property Value
expeditedRollout
The expedited rollout definition.
expeditedRollout?: DefaultRolloutSpecificationExpeditedRollout
Property Value
highTraffic
The high traffic region configuration.
highTraffic?: DefaultRolloutSpecificationHighTraffic
Property Value
lowTraffic
The low traffic region configuration.
lowTraffic?: DefaultRolloutSpecificationLowTraffic
Property Value
mediumTraffic
The medium traffic region configuration.
mediumTraffic?: DefaultRolloutSpecificationMediumTraffic
Property Value
providerRegistration
The provider registration.
providerRegistration?: DefaultRolloutSpecificationProviderRegistration
Property Value
resourceTypeRegistrations
The resource type registrations.
resourceTypeRegistrations?: ResourceTypeRegistration[]
Property Value
restOfTheWorldGroupOne
The rest of the world group one region configuration.
restOfTheWorldGroupOne?: DefaultRolloutSpecificationRestOfTheWorldGroupOne
Property Value
restOfTheWorldGroupTwo
The rest of the world group two region configuration.
restOfTheWorldGroupTwo?: DefaultRolloutSpecificationRestOfTheWorldGroupTwo