EndpointAccessProfile Class
Network access profile for Batch endpoint.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.batch._serialization.ModelEndpointAccessProfile
Constructor
EndpointAccessProfile(*, default_action: str | _models.EndpointAccessDefaultAction, ip_rules: List[_models.IPRule] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
default_action
|
Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled. Required. Known values are: "Allow" and "Deny". |
ip_rules
|
Array of IP ranges to filter client IP address. |
Variables
Name | Description |
---|---|
default_action
|
Default action for endpoint access. It is only applicable when publicNetworkAccess is enabled. Required. Known values are: "Allow" and "Deny". |
ip_rules
|
Array of IP ranges to filter client IP address. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python