PartnerDestinationUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of the Partner Destination that can be updated.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationUpdateParametersTypeConverter))]
public class PartnerDestinationUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerDestinationUpdateParametersTypeConverter))>]
type PartnerDestinationUpdateParameters = class
interface IPartnerDestinationUpdateParameters
interface IJsonSerializable
Public Class PartnerDestinationUpdateParameters
Implements IPartnerDestinationUpdateParameters
- Inheritance
-
PartnerDestinationUpdateParameters
- Attributes
- Implements
Constructors
PartnerDestinationUpdateParameters() |
Creates an new PartnerDestinationUpdateParameters instance. |
Properties
Tag |
Tags of the Partner Destination resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PartnerDestinationUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PartnerDestinationUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerDestinationUpdateParameters. |
FromJsonString(String) |
Creates a new instance of PartnerDestinationUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PartnerDestinationUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |