Share via


EndpointAccessProfile Class

Network access profile for Batch endpoint.

Constructor

EndpointAccessProfile(*args: Any, **kwargs: Any)

Variables

Name Description
default_action

The default action when there is no IPRule matched. Required. Known values are: "Allow" and "Deny".

ip_rules

Array of IP ranges to filter client IP address.

Attributes

default_action

"Allow" and "Deny".

default_action: str | _models.EndpointAccessDefaultAction

ip_rules

Array of IP ranges to filter client IP address.

ip_rules: list['_models.IPRule'] | None