ManagementAssociationProperties Class
- java.
lang. Object - com.
azure. resourcemanager. operationsmanagement. models. ManagementAssociationProperties
- com.
Implements
public final class ManagementAssociationProperties
implements JsonSerializable<ManagementAssociationProperties>
ManagementAssociation properties supported by the OperationsManagement resource provider.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagementAssociationProperties() |
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 |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Management |
withApplicationId(String applicationId)
Set the application |
Methods inherited from java.lang.Object
Constructor Details
ManagementAssociationProperties
public ManagementAssociationProperties()
Creates an instance of ManagementAssociationProperties class.
Method Details
applicationId
public String applicationId()
Get the applicationId property: The applicationId of the appliance for this association.
Returns:
fromJson
public static ManagementAssociationProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagementAssociationProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withApplicationId
public ManagementAssociationProperties withApplicationId(String applicationId)
Set the applicationId property: The applicationId of the appliance for this association.
Parameters:
Returns: