IntegrationAccountMapPropertiesParametersSchema Class
- java.
lang. Object - com.
azure. resourcemanager. logic. models. IntegrationAccountMapPropertiesParametersSchema
- com.
Implements
public final class IntegrationAccountMapPropertiesParametersSchema
implements JsonSerializable<IntegrationAccountMapPropertiesParametersSchema>
The parameters schema of integration account map.
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationAccountMapPropertiesParametersSchema() |
Creates an instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromJson(JsonReader jsonReader)
Reads an instance of Integration |
| String |
ref()
Get the ref property: The reference name. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Integration |
withRef(String ref)
Set the ref property: The reference name. |
Methods inherited from java.lang.Object
Constructor Details
IntegrationAccountMapPropertiesParametersSchema
public IntegrationAccountMapPropertiesParametersSchema()
Creates an instance of IntegrationAccountMapPropertiesParametersSchema class.
Method Details
fromJson
public static IntegrationAccountMapPropertiesParametersSchema fromJson(JsonReader jsonReader)
Reads an instance of IntegrationAccountMapPropertiesParametersSchema from the JsonReader.
Parameters:
Returns:
Throws:
ref
public String ref()
Get the ref property: The reference name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withRef
public IntegrationAccountMapPropertiesParametersSchema withRef(String ref)
Set the ref property: The reference name.
Parameters:
Returns: