ServicesPatchDescription Class

The description of the service.

Inheritance
ServicesPatchDescription

Constructor

ServicesPatchDescription(*, tags: Optional[Dict[str, str]] = None, public_network_access: Optional[Union[str, azure.mgmt.healthcareapis.models._healthcare_apis_management_client_enums.PublicNetworkAccess]] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. Instance tags.

public_network_access
str or PublicNetworkAccess

Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: "Enabled", "Disabled".