ErrorAdditionalInfo Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.ErrorAdditionalInfo

public class ErrorAdditionalInfo

The resource management error additional info.

Constructor Summary

Constructor Description
ErrorAdditionalInfo()

Method Summary

Modifier and Type Method and Description
java.lang.Object info()

Get the additional info.

java.lang.String type()

Get the additional info type.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ErrorAdditionalInfo

public ErrorAdditionalInfo()

Method Details

info

public Object info()

Get the additional info.

Returns:

the info value

type

public String type()

Get the additional info type.

Returns:

the type value

Applies to