Class KubeEnvironmentProfile
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.KubeEnvironmentProfile
-
public final class KubeEnvironmentProfile extends Object
Specification for a Kubernetes Environment to use for this resource.
-
-
Constructor Summary
Constructors Constructor Description KubeEnvironmentProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Resource ID of the Kubernetes Environment.Stringname()Get the name property: Name of the Kubernetes Environment.Stringtype()Get the type property: Resource type of the Kubernetes Environment.voidvalidate()Validates the instance.KubeEnvironmentProfilewithId(String id)Set the id property: Resource ID of the Kubernetes Environment.
-
-
-
Method Detail
-
id
public String id()
Get the id property: Resource ID of the Kubernetes Environment.- Returns:
- the id value.
-
withId
public KubeEnvironmentProfile withId(String id)
Set the id property: Resource ID of the Kubernetes Environment.- Parameters:
id- the id value to set.- Returns:
- the KubeEnvironmentProfile object itself.
-
name
public String name()
Get the name property: Name of the Kubernetes Environment.- Returns:
- the name value.
-
type
public String type()
Get the type property: Resource type of the Kubernetes Environment.- Returns:
- the type value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-