LookUpResourceIdResponse Interface

public interface LookUpResourceIdResponse

An immutable client-side representation of LookUpResourceIdResponse.

Method Summary

Modifier and Type Method and Description
abstract LookUpResourceIdResponseInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.LookUpResourceIdResponseInner object.

abstract String resourceId()

Gets the resourceId property: The resource Id of support resource type.

Method Details

innerModel

public abstract LookUpResourceIdResponseInner innerModel()

Gets the inner com.azure.resourcemanager.support.fluent.models.LookUpResourceIdResponseInner object.

Returns:

the inner object.

resourceId

public abstract String resourceId()

Gets the resourceId property: The resource Id of support resource type.

Returns:

the resourceId value.

Applies to