CustomRolloutPropertiesSpecification interface

The specification.

Extends

Inherited Properties

autoProvisionConfig

The auto provisioning configuration.

canary

The canary region configuration.

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.

skipReleaseScopeValidation

Whether release scope validation should be skipped.

Inherited Property Details

autoProvisionConfig

The auto provisioning configuration.

autoProvisionConfig?: CustomRolloutSpecificationAutoProvisionConfig

Property Value

Inherited From CustomRolloutSpecification.autoProvisionConfig

canary

The canary region configuration.

canary?: CustomRolloutSpecificationCanary

Property Value

Inherited From CustomRolloutSpecification.canary

providerRegistration

The provider registration.

providerRegistration?: CustomRolloutSpecificationProviderRegistration

Property Value

Inherited From CustomRolloutSpecification.providerRegistration

refreshSubscriptionRegistration

Whether refreshing subscription registration is enabled or disabled.

refreshSubscriptionRegistration?: boolean

Property Value

boolean

Inherited From CustomRolloutSpecification.refreshSubscriptionRegistration

releaseScopes

The list of ARM regions scoped for the release.

releaseScopes?: string[]

Property Value

string[]

Inherited From CustomRolloutSpecification.releaseScopes

resourceTypeRegistrations

The resource type registrations.

resourceTypeRegistrations?: ResourceTypeRegistration[]

Property Value

Inherited From CustomRolloutSpecification.resourceTypeRegistrations

skipReleaseScopeValidation

Whether release scope validation should be skipped.

skipReleaseScopeValidation?: boolean

Property Value

boolean

Inherited From CustomRolloutSpecification.skipReleaseScopeValidation