DevToolPortalResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appplatform. fluent. models. DevToolPortalResourceInner
- com.
- com.
public final class DevToolPortalResourceInner
extends ProxyResource
Dev Tool Portal resource.
Constructor Summary
Constructor | Description |
---|---|
DevToolPortalResourceInner() |
Creates an instance of Dev |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Dev |
properties()
Get the properties property: Dev Tool Portal properties payload. |
System |
systemData()
Get the system |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Dev |
withProperties(DevToolPortalProperties properties)
Set the properties property: Dev Tool Portal properties payload. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
DevToolPortalResourceInner
public DevToolPortalResourceInner()
Creates an instance of DevToolPortalResourceInner class.
Method Details
fromJson
public static DevToolPortalResourceInner fromJson(JsonReader jsonReader)
Reads an instance of DevToolPortalResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
DevToolPortalResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
DevToolPortalResourceInner.name()Returns:
properties
public DevToolPortalProperties properties()
Get the properties property: Dev Tool Portal properties payload.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the resource.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DevToolPortalResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
DevToolPortalResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public DevToolPortalResourceInner withProperties(DevToolPortalProperties properties)
Set the properties property: Dev Tool Portal properties payload.
Parameters:
Returns:
Applies to
Azure SDK for Java