ProxyOnlyResource Class

public class ProxyOnlyResource
extends ProxyResource

Azure proxy only resource. This resource is not tracked by Azure Resource Manager.

Constructor Summary

Constructor Description
ProxyOnlyResource()

Creates an instance of ProxyOnlyResource class.

Method Summary

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.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ProxyOnlyResource

public ProxyOnlyResource()

Creates an instance of ProxyOnlyResource class.

Method Details

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

validate

public void validate()

Validates the instance.

withKind

public ProxyOnlyResource withKind(String kind)

Set the kind property: Kind of resource.

Parameters:

kind - the kind value to set.

Returns:

the ProxyOnlyResource object itself.

Applies to