Class ApmProperties
java.lang.Object
com.azure.resourcemanager.appplatform.models.ApmProperties
Properties of an APM.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the properties property: Non-sensitive properties for the APM.Get the provisioningState property: State of the APM.secrets()Get the secrets property: Sensitive properties for the APM.type()Get the type property: APM Type.voidvalidate()Validates the instance.withProperties(Map<String, String> properties) Set the properties property: Non-sensitive properties for the APM.withSecrets(Map<String, String> secrets) Set the secrets property: Sensitive properties for the APM.Set the type property: APM Type.
-
Constructor Details
-
ApmProperties
public ApmProperties()Creates an instance of ApmProperties class.
-
-
Method Details
-
type
Get the type property: APM Type.- Returns:
- the type value.
-
withType
Set the type property: APM Type.- Parameters:
type- the type value to set.- Returns:
- the ApmProperties object itself.
-
provisioningState
Get the provisioningState property: State of the APM.- Returns:
- the provisioningState value.
-
properties
Get the properties property: Non-sensitive properties for the APM.- Returns:
- the properties value.
-
withProperties
Set the properties property: Non-sensitive properties for the APM.- Parameters:
properties- the properties value to set.- Returns:
- the ApmProperties object itself.
-
secrets
Get the secrets property: Sensitive properties for the APM.- Returns:
- the secrets value.
-
withSecrets
Set the secrets property: Sensitive properties for the APM.- Parameters:
secrets- the secrets value to set.- Returns:
- the ApmProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-