共用方式為


PartnerTopicUpdateParameters Constructors

Definition

Overloads

PartnerTopicUpdateParameters()

Initializes a new instance of the PartnerTopicUpdateParameters class.

PartnerTopicUpdateParameters(IDictionary<String,String>, IdentityInfo)

Initializes a new instance of the PartnerTopicUpdateParameters class.

PartnerTopicUpdateParameters()

Initializes a new instance of the PartnerTopicUpdateParameters class.

public PartnerTopicUpdateParameters ();
Public Sub New ()

Applies to

PartnerTopicUpdateParameters(IDictionary<String,String>, IdentityInfo)

Initializes a new instance of the PartnerTopicUpdateParameters class.

public PartnerTopicUpdateParameters (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.EventGrid.Models.IdentityInfo identity = default);
new Microsoft.Azure.Management.EventGrid.Models.PartnerTopicUpdateParameters : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.EventGrid.Models.IdentityInfo -> Microsoft.Azure.Management.EventGrid.Models.PartnerTopicUpdateParameters
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional identity As IdentityInfo = Nothing)

Parameters

tags
IDictionary<String,String>

Tags of the Partner Topic resource.

identity
IdentityInfo

Identity information for the Partner Topic resource.

Applies to