CustomRolloutSpecification interface

model interface CustomRolloutSpecification

Properties

autoProvisionConfig

The auto provisioning configuration.

canary

The canary region configuration.

manifestCheckinSpecification

The manifest checkin specification.

providerRegistration

The provider registration.

refreshSubscriptionRegistration

Whether refreshing subscription registration is enabled or disabled.

releaseScopes

The list of ARM regions scoped for the release.

resourceTypeRegistrations

The resource type registrations.

rolloutId

The rollout id.

skipReleaseScopeValidation

Whether release scope validation should be skipped.

Property Details

autoProvisionConfig

The auto provisioning configuration.

autoProvisionConfig?: CustomRolloutSpecificationAutoProvisionConfig

Property Value

canary

The canary region configuration.

canary?: CustomRolloutSpecificationCanary

Property Value

manifestCheckinSpecification

The manifest checkin specification.

manifestCheckinSpecification?: ManifestCheckinSpecification

Property Value

providerRegistration

The provider registration.

providerRegistration?: CustomRolloutSpecificationProviderRegistration

Property Value

refreshSubscriptionRegistration

Whether refreshing subscription registration is enabled or disabled.

refreshSubscriptionRegistration?: boolean

Property Value

boolean

releaseScopes

The list of ARM regions scoped for the release.

releaseScopes?: string[]

Property Value

string[]

resourceTypeRegistrations

The resource type registrations.

resourceTypeRegistrations?: ResourceTypeRegistration[]

Property Value

rolloutId

The rollout id.

rolloutId?: string

Property Value

string

skipReleaseScopeValidation

Whether release scope validation should be skipped.

skipReleaseScopeValidation?: boolean

Property Value

boolean