ApmProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ApmProperties
- com.
Implements
public final class ApmProperties
implements JsonSerializable<ApmProperties>
Properties of an APM.
Constructor Summary
Constructor | Description |
---|---|
ApmProperties() |
Creates an instance of Apm |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Apm |
fromJson(JsonReader jsonReader)
Reads an instance of Apm |
Map<String,String> |
properties()
Get the properties property: Non-sensitive properties for the APM. |
Apm |
provisioningState()
Get the provisioning |
Map<String,String> |
secrets()
Get the secrets property: Sensitive properties for the APM. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: APM Type. |
void |
validate()
Validates the instance. |
Apm |
withProperties(Map<String,String> properties)
Set the properties property: Non-sensitive properties for the APM. |
Apm |
withSecrets(Map<String,String> secrets)
Set the secrets property: Sensitive properties for the APM. |
Apm |
withType(String type)
Set the type property: APM Type. |
Methods inherited from java.lang.Object
Constructor Details
ApmProperties
public ApmProperties()
Creates an instance of ApmProperties class.
Method Details
fromJson
public static ApmProperties fromJson(JsonReader jsonReader)
Reads an instance of ApmProperties from the JsonReader.
Parameters:
Returns:
Throws:
properties
public Map
Get the properties property: Non-sensitive properties for the APM.
Returns:
provisioningState
public ApmProvisioningState provisioningState()
Get the provisioningState property: State of the APM.
Returns:
secrets
public Map
Get the secrets property: Sensitive properties for the APM.
Returns:
toJson
type
public String type()
Get the type property: APM Type.
Returns:
validate
public void validate()
Validates the instance.
withProperties
public ApmProperties withProperties(Map
Set the properties property: Non-sensitive properties for the APM.
Parameters:
Returns:
withSecrets
public ApmProperties withSecrets(Map
Set the secrets property: Sensitive properties for the APM.
Parameters:
Returns:
withType
public ApmProperties withType(String type)
Set the type property: APM Type.
Parameters:
Returns:
Applies to
Azure SDK for Java