ManagementConfigurationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. models. ManagementConfigurationProperties
- com.
Implements
public final class ManagementConfigurationProperties
implements JsonSerializable<ManagementConfigurationProperties>
ManagementConfiguration properties supported by the OperationsManagement resource provider.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagementConfigurationProperties() |
Creates an instance of Management |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
applicationId()
Get the application |
|
static
Management |
fromJson(JsonReader jsonReader)
Reads an instance of Management |
|
List<Arm |
parameters()
Get the parameters property: Parameters to run the ARM template. |
| String |
parentResourceType()
Get the parent |
| String |
provisioningState()
Get the provisioning |
| Object |
template()
Get the template property: The Json object containing the ARM template to deploy. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Management |
withApplicationId(String applicationId)
Set the application |
|
Management |
withParameters(List<ArmTemplateParameter> parameters)
Set the parameters property: Parameters to run the ARM template. |
|
Management |
withParentResourceType(String parentResourceType)
Set the parent |
|
Management |
withTemplate(Object template)
Set the template property: The Json object containing the ARM template to deploy. |
Methods inherited from java.lang.Object
Constructor Details
ManagementConfigurationProperties
public ManagementConfigurationProperties()
Creates an instance of ManagementConfigurationProperties class.
Method Details
applicationId
public String applicationId()
Get the applicationId property: The applicationId of the appliance for this Management.
Returns:
fromJson
public static ManagementConfigurationProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagementConfigurationProperties from the JsonReader.
Parameters:
Returns:
Throws:
parameters
public List<ArmTemplateParameter> parameters()
Get the parameters property: Parameters to run the ARM template.
Returns:
parentResourceType
public String parentResourceType()
Get the parentResourceType property: The type of the parent resource.
Returns:
provisioningState
public String provisioningState()
Get the provisioningState property: The provisioning state for the ManagementConfiguration.
Returns:
template
public Object template()
Get the template property: The Json object containing the ARM template to deploy.
Returns:
toJson
validate
public void validate()
Validates the instance.
withApplicationId
public ManagementConfigurationProperties withApplicationId(String applicationId)
Set the applicationId property: The applicationId of the appliance for this Management.
Parameters:
Returns:
withParameters
public ManagementConfigurationProperties withParameters(List<ArmTemplateParameter> parameters)
Set the parameters property: Parameters to run the ARM template.
Parameters:
Returns:
withParentResourceType
public ManagementConfigurationProperties withParentResourceType(String parentResourceType)
Set the parentResourceType property: The type of the parent resource.
Parameters:
Returns:
withTemplate
public ManagementConfigurationProperties withTemplate(Object template)
Set the template property: The Json object containing the ARM template to deploy.
Parameters:
Returns: