CreateSearchOptions Class

Represents a search creation option.

All required parameters must be populated in order to send to Azure.

Inheritance
CreateSearchOptions

Constructor

CreateSearchOptions(*, display_name: str, description: str, phone_plan_ids: List[str], area_code: str, quantity: Optional[int] = None, location_options: Optional[List[azure.communication.administration._phonenumber._generated.models._models_py3.LocationOptionsDetails]] = None, **kwargs)

Parameters

display_name
str
Required

Required. Display name of the search.

description
str
Required

Required. Description of the search.

phone_plan_ids
list[str]
Required

Required. The plan subtype ids from which to create the search.

area_code
str
Required

Required. The area code from which to create the search.

quantity
int
Required

The quantity of phone numbers to request.

location_options
list[<xref:azure.communication.administration.models.LocationOptionsDetails>]
Required

The location options of the search.