SchedulerProperties interface
Details of the Scheduler
Properties
| endpoint | URL of the durable task scheduler |
| ip |
IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR |
| private |
The private endpoints exposed by this resource |
| provisioning |
The status of the last operation |
| public |
Allow or disallow public network access to durable task scheduler |
| sku | SKU of the durable task scheduler |
Property Details
endpoint
URL of the durable task scheduler
endpoint?: string
Property Value
string
ipAllowlist
IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR
ipAllowlist: string[]
Property Value
string[]
privateEndpointConnections
The private endpoints exposed by this resource
privateEndpointConnections?: PrivateEndpointConnection[]
Property Value
provisioningState
The status of the last operation
provisioningState?: string
Property Value
string
publicNetworkAccess
Allow or disallow public network access to durable task scheduler
publicNetworkAccess?: string
Property Value
string