WebCategoriesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:web_categories> attribute.
Constructor
WebCategoriesOperations(*args, **kwargs)
Methods
| get |
Gets the specified Azure Web Category. |
| list_by_subscription |
Gets all the Azure Web Categories in a subscription. |
get
Gets the specified Azure Web Category.
get(name: str, *, expand: str | None = None, **kwargs: Any) -> AzureWebCategory
Parameters
| Name | Description |
|---|---|
|
name
Required
|
The name of the azureWebCategory. Required. |
Keyword-Only Parameters
| Name | Description |
|---|---|
|
expand
|
Expands resourceIds back referenced by the azureWebCategory resource. Default value is None. Default value: None
|
Returns
| Type | Description |
|---|---|
|
AzureWebCategory or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
list_by_subscription
Gets all the Azure Web Categories in a subscription.
list_by_subscription(**kwargs: Any) -> Iterable[AzureWebCategory]
Returns
| Type | Description |
|---|---|
|
An iterator like instance of either AzureWebCategory or the result of cls(response) |
Exceptions
| Type | Description |
|---|---|
Attributes
models
models = <module 'azure.mgmt.network.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv177\\Lib\\site-packages\\azure\\mgmt\\network\\models\\__init__.py'>