HostEndpointSettings Class
Specifies particular host endpoint settings.
Constructor
HostEndpointSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
mode
|
Specifies the access control policy execution mode. Known values are: "Audit" and "Enforce". |
|
in_vm_access_control_profile_reference_id
|
Specifies the reference to the InVMAccessControlProfileVersion resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}. |
Attributes
in_vm_access_control_profile_reference_id
Specifies the reference to the InVMAccessControlProfileVersion resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/inVMAccessControlProfiles/{profile}/versions/{version}.
in_vm_access_control_profile_reference_id: str | None
mode
"Audit" and "Enforce".
mode: str | _models.HostEndpointSettingsModeTypes | None