ProxyResource Class

  • java.lang.Object
    • com.azure.core.management.ProxyResource

public class ProxyResource

The Proxy Resource model.

Constructor Summary

Constructor Description
ProxyResource()

Creates an instance of ProxyResource.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

String name()

Get the name value.

String type()

Get the type value.

Methods inherited from java.lang.Object

Constructor Details

ProxyResource

public ProxyResource()

Creates an instance of ProxyResource.

Method Details

id

public String id()

Get the id value.

Returns:

the fully qualified resource ID for the resource.

name

public String name()

Get the name value.

Returns:

the name of the resource.

type

public String type()

Get the type value.

Returns:

the type of the resource.

Applies to