PartnerTopicUpdateParameters Constructors
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.
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.