EventGridClient.CreatePartnerTopic Method
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.
public Microsoft.Azure.Management.EventGrid.Models.PartnerTopic CreatePartnerTopic (string resourceGroupName, string partnerTopicName, string location, string source, string identityType, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.EventGrid.Models.UserIdentityProperties> userAssignedIdentities, System.Collections.Generic.Dictionary<string,string> tags, Guid? partnerRegistrationImmutableId, DateTime? expirationTimeIfNotActivated, string partnerTopicFriendlyDescription, string messageForActivation, string eventTypeKind, System.Collections.Hashtable inlineEvents);
member this.CreatePartnerTopic : string * string * string * string * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.EventGrid.Models.UserIdentityProperties> * System.Collections.Generic.Dictionary<string, string> * Nullable<Guid> * Nullable<DateTime> * string * string * string * System.Collections.Hashtable -> Microsoft.Azure.Management.EventGrid.Models.PartnerTopic
Public Function CreatePartnerTopic (resourceGroupName As String, partnerTopicName As String, location As String, source As String, identityType As String, userAssignedIdentities As IDictionary(Of String, UserIdentityProperties), tags As Dictionary(Of String, String), partnerRegistrationImmutableId As Nullable(Of Guid), expirationTimeIfNotActivated As Nullable(Of DateTime), partnerTopicFriendlyDescription As String, messageForActivation As String, eventTypeKind As String, inlineEvents As Hashtable) As PartnerTopic
Parameters
- resourceGroupName
- String
- partnerTopicName
- String
- location
- String
- source
- String
- identityType
- String
- userAssignedIdentities
- IDictionary<String,UserIdentityProperties>
- tags
- Dictionary<String,String>
- partnerTopicFriendlyDescription
- String
- messageForActivation
- String
- eventTypeKind
- String
- inlineEvents
- Hashtable