WebCategoriesClient Interface
public interface WebCategoriesClient
An instance of this class provides access to all the operations defined in WebCategoriesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Azure |
get(String name)
Gets the specified Azure Web Category. |
abstract
Mono<Azure |
getAsync(String name)
Gets the specified Azure Web Category. |
abstract
Response<Azure |
getWithResponse(String name, String expand, Context context)
Gets the specified Azure Web Category. |
abstract
Mono<Response<Azure |
getWithResponseAsync(String name, String expand)
Gets the specified Azure Web Category. |
abstract
Paged |
list()
Gets all the Azure Web Categories in a subscription. |
abstract
Paged |
list(Context context)
Gets all the Azure Web Categories in a subscription. |
abstract
Paged |
listAsync()
Gets all the Azure Web Categories in a subscription. |
Method Details
get
public abstract AzureWebCategoryInner get(String name)
Gets the specified Azure Web Category.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified Azure Web Category.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified Azure Web Category.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified Azure Web Category.
Parameters:
Returns:
list
public abstract PagedIterable
Gets all the Azure Web Categories in a subscription.
Returns:
list
public abstract PagedIterable
Gets all the Azure Web Categories in a subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets all the Azure Web Categories in a subscription.
Returns:
Applies to
Azure SDK for Java