WebCategoriesOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:web_categories> attribute.
- Inheritance
-
builtins.objectWebCategoriesOperations
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. |
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]
Keyword-Only Parameters
Name | Description |
---|---|
expand
|
Expands resourceIds back referenced by the azureWebCategory resource. Default value is None. |
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:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\network\\models\\__init__.py'>
Azure SDK for Python