Share via


PartnerTopicUpdateParameters Class

Definition

Properties of the Partner Topic update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerTopicUpdateParametersTypeConverter))]
public class PartnerTopicUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopicUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.PartnerTopicUpdateParametersTypeConverter))>]
type PartnerTopicUpdateParameters = class
    interface IPartnerTopicUpdateParameters
    interface IJsonSerializable
Public Class PartnerTopicUpdateParameters
Implements IPartnerTopicUpdateParameters
Inheritance
PartnerTopicUpdateParameters
Attributes
Implements

Constructors

PartnerTopicUpdateParameters()

Creates an new PartnerTopicUpdateParameters instance.

Properties

IdentityPrincipalId

The principal ID of resource identity.

IdentityTenantId

The tenant ID of resource.

IdentityType

The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.

IdentityUserAssignedIdentity

The list of user identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. This property is currently not used and reserved for future usage.

Tag

Tags of the Partner Topic resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PartnerTopicUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PartnerTopicUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Models.IPartnerTopicUpdateParameters.

FromJsonString(String)

Creates a new instance of PartnerTopicUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of PartnerTopicUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to