BuilderResourceInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appplatform. fluent. models. BuilderResourceInner
- com.
- com.
public final class BuilderResourceInner
extends ProxyResource
KPack Builder resource.
Constructor Summary
Constructor | Description |
---|---|
BuilderResourceInner() |
Creates an instance of Builder |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Builder |
fromJson(JsonReader jsonReader)
Reads an instance of Builder |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Builder |
properties()
Get the properties property: Property of the Builder resource. |
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. |
Builder |
withProperties(BuilderProperties properties)
Set the properties property: Property of the Builder resource. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Constructor Details
BuilderResourceInner
public BuilderResourceInner()
Creates an instance of BuilderResourceInner class.
Method Details
fromJson
public static BuilderResourceInner fromJson(JsonReader jsonReader)
Reads an instance of BuilderResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
BuilderResourceInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
BuilderResourceInner.name()Returns:
properties
public BuilderProperties properties()
Get the properties property: Property of the Builder resource.
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:
BuilderResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
BuilderResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
withProperties
public BuilderResourceInner withProperties(BuilderProperties properties)
Set the properties property: Property of the Builder resource.
Parameters:
Returns:
Applies to
Azure SDK for Java