AnalysisDefinitionInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. AnalysisDefinitionInner
- com.
- com.
- com.
public final class AnalysisDefinitionInner
extends ProxyOnlyResource
Definition of Analysis.
Constructor Summary
Constructor | Description |
---|---|
AnalysisDefinitionInner() |
Creates an instance of Analysis |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: Description of the Analysis. |
static
Analysis |
fromJson(JsonReader jsonReader)
Reads an instance of Analysis |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of the resource. |
void |
validate()
Validates the instance. |
Analysis |
withKind(String kind)
Set the kind property: Kind of resource. |
Methods inherited from ProxyOnlyResource
Methods inherited from java.lang.Object
Constructor Details
AnalysisDefinitionInner
public AnalysisDefinitionInner()
Creates an instance of AnalysisDefinitionInner class.
Method Details
description
public String description()
Get the description property: Description of the Analysis.
Returns:
fromJson
public static AnalysisDefinitionInner fromJson(JsonReader jsonReader)
Reads an instance of AnalysisDefinitionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
AnalysisDefinitionInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
AnalysisDefinitionInner.name()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
AnalysisDefinitionInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
AnalysisDefinitionInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
AnalysisDefinitionInner.validate()withKind
public AnalysisDefinitionInner withKind(String kind)
Set the kind property: Kind of resource.
Overrides:
AnalysisDefinitionInner.withKind(String kind)Parameters:
Applies to
Azure SDK for Java