PartnerRegistrationUpdateParameters 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 Registration update.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerRegistrationUpdateParametersTypeConverter))]
public class PartnerRegistrationUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistrationUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerRegistrationUpdateParametersTypeConverter))>]
type PartnerRegistrationUpdateParameters = class
interface IPartnerRegistrationUpdateParameters
interface IJsonSerializable
Public Class PartnerRegistrationUpdateParameters
Implements IPartnerRegistrationUpdateParameters
- Inheritance
-
PartnerRegistrationUpdateParameters
- Attributes
- Implements
Constructors
PartnerRegistrationUpdateParameters() |
Creates an new PartnerRegistrationUpdateParameters instance. |
Properties
Tag |
Tags of the partner registration resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PartnerRegistrationUpdateParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PartnerRegistrationUpdateParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerRegistrationUpdateParameters. |
FromJsonString(String) |
Creates a new instance of PartnerRegistrationUpdateParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PartnerRegistrationUpdateParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |