Partager via


SystemTopicUpdateParameters Class

Definition

Properties of the System Topic update.

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

Constructors

SystemTopicUpdateParameters()

Creates an new SystemTopicUpdateParameters 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 system topic.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SystemTopicUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SystemTopicUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SystemTopicUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to