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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.