LookUpResourceIdResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. support. fluent. models. LookUpResourceIdResponseInner
- com.
public final class LookUpResourceIdResponseInner
The look up resource id response.
Constructor Summary
| Constructor | Description |
|---|---|
| LookUpResourceIdResponseInner() |
Creates an instance of Look |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
resourceId()
Get the resource |
| void |
validate()
Validates the instance. |
|
Look |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
LookUpResourceIdResponseInner
public LookUpResourceIdResponseInner()
Creates an instance of LookUpResourceIdResponseInner class.
Method Details
resourceId
public String resourceId()
Get the resourceId property: The resource Id of support resource type.
Returns:
validate
public void validate()
Validates the instance.
withResourceId
public LookUpResourceIdResponseInner withResourceId(String resourceId)
Set the resourceId property: The resource Id of support resource type.
Parameters:
Returns: