LookUpResourceIdsClient Interface

public interface LookUpResourceIdsClient

An instance of this class provides access to all the operations defined in LookUpResourceIdsClient.

Method Summary

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

This operation fetches ARM resource id of support resource type.

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

This operation fetches ARM resource id of support resource type.

Method Details

post

public abstract LookUpResourceIdResponseInner 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<LookUpResourceIdResponseInner> 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