public class ProxyOnlyResource
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ProxyOnlyResource() |
| Modifier and Type | Method and Description |
|---|---|
String |
kind()
Get the kind property: Kind of resource.
|
void |
validate()
Validates the instance.
|
ProxyOnlyResource |
withKind(String kind)
Set the kind property: Kind of resource.
|
public String kind()
public ProxyOnlyResource withKind(String kind)
kind - the kind value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.