PartnerDestinationUpdateParameters Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PartnerDestinationUpdateParameters
- com.
Implements
public final class PartnerDestinationUpdateParameters
implements JsonSerializable<PartnerDestinationUpdateParameters>
Properties of the Partner Destination that can be updated.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerDestinationUpdateParameters() |
Creates an instance of Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Partner |
fromJson(JsonReader jsonReader)
Reads an instance of Partner |
| Map<String,String> |
tags()
Get the tags property: Tags of the Partner Destination resource. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Partner |
withTags(Map<String,String> tags)
Set the tags property: Tags of the Partner Destination resource. |
Methods inherited from java.lang.Object
Constructor Details
PartnerDestinationUpdateParameters
public PartnerDestinationUpdateParameters()
Creates an instance of PartnerDestinationUpdateParameters class.
Method Details
fromJson
public static PartnerDestinationUpdateParameters fromJson(JsonReader jsonReader)
Reads an instance of PartnerDestinationUpdateParameters from the JsonReader.
Parameters:
Returns:
Throws:
tags
public Map<String,String> tags()
Get the tags property: Tags of the Partner Destination resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withTags
public PartnerDestinationUpdateParameters withTags(Map<String,String> tags)
Set the tags property: Tags of the Partner Destination resource.
Parameters:
Returns: