LookUpResourceIds Interface

public interface LookUpResourceIds

Resource collection API of LookUpResourceIds.

Method Summary

Modifier and Type Method and Description
abstract LookUpResourceIdResponse post(LookUpResourceIdRequest lookUpResourceIdRequest)

This operation fetches ARM resource id of support resource type.

abstract Response<LookUpResourceIdResponse> postWithResponse(LookUpResourceIdRequest lookUpResourceIdRequest, Context context)

This operation fetches ARM resource id of support resource type.

Method Details

post

public abstract LookUpResourceIdResponse post(LookUpResourceIdRequest lookUpResourceIdRequest)

This operation fetches ARM resource id of support resource type.

Parameters:

lookUpResourceIdRequest - Look up resource id request body.

Returns:

the look up resource id response.

postWithResponse

public abstract Response<LookUpResourceIdResponse> postWithResponse(LookUpResourceIdRequest lookUpResourceIdRequest, Context context)

This operation fetches ARM resource id of support resource type.

Parameters:

lookUpResourceIdRequest - Look up resource id request body.
context - The context to associate with this operation.

Returns:

the look up resource id response along with Response<T>.

Applies to