KubeEnvironmentProfile Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. KubeEnvironmentProfile
- com.
Implements
public final class KubeEnvironmentProfile
implements JsonSerializable<KubeEnvironmentProfile>
Specification for a Kubernetes Environment to use for this resource.
Constructor Summary
Constructor | Description |
---|---|
KubeEnvironmentProfile() |
Creates an instance of Kube |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Kube |
fromJson(JsonReader jsonReader)
Reads an instance of Kube |
String |
id()
Get the id property: Resource ID of the Kubernetes Environment. |
String |
name()
Get the name property: Name of the Kubernetes Environment. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Resource type of the Kubernetes Environment. |
void |
validate()
Validates the instance. |
Kube |
withId(String id)
Set the id property: Resource ID of the Kubernetes Environment. |
Methods inherited from java.lang.Object
Constructor Details
KubeEnvironmentProfile
public KubeEnvironmentProfile()
Creates an instance of KubeEnvironmentProfile class.
Method Details
fromJson
public static KubeEnvironmentProfile fromJson(JsonReader jsonReader)
Reads an instance of KubeEnvironmentProfile from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID of the Kubernetes Environment.
Returns:
name
public String name()
Get the name property: Name of the Kubernetes Environment.
Returns:
toJson
type
public String type()
Get the type property: Resource type of the Kubernetes Environment.
Returns:
validate
public void validate()
Validates the instance.
withId
public KubeEnvironmentProfile withId(String id)
Set the id property: Resource ID of the Kubernetes Environment.
Parameters:
Returns:
Applies to
Azure SDK for Java