public abstract DiagnosticSettingsResourceInner get(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
name
- The name of the diagnostic setting.
Returns:
the active diagnostic settings for the specified resource.
getAsync
public abstract Mono getAsync(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
name
- The name of the diagnostic setting.
Returns:
the active diagnostic settings for the specified resource on successful completion of Mono.
getWithResponse
public abstract Response getWithResponse(String resourceUri, String name, Context context)
Gets the active diagnostic settings for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
name
- The name of the diagnostic setting.
context
- The context to associate with this operation.
Returns:
the active diagnostic settings for the specified resource along with Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String resourceUri, String name)
Gets the active diagnostic settings for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
name
- The name of the diagnostic setting.
Returns:
the active diagnostic settings for the specified resource along with Response<T> on successful
completion of Mono.
list
public abstract PagedIterable list(String resourceUri)
Gets the active diagnostic settings list for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
Returns:
the active diagnostic settings list for the specified resource as paginated response with
PagedIterable<T>.
list
public abstract PagedIterable list(String resourceUri, Context context)
Gets the active diagnostic settings list for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
context
- The context to associate with this operation.
Returns:
the active diagnostic settings list for the specified resource as paginated response with
PagedIterable<T>.
listAsync
public abstract PagedFlux listAsync(String resourceUri)
Gets the active diagnostic settings list for the specified resource.
Parameters:
resourceUri
- The identifier of the resource.
Returns:
the active diagnostic settings list for the specified resource as paginated response with
PagedFlux<T>.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.