EventGridClient.CreatePartnerConfiguration 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.PartnerConfiguration CreatePartnerConfiguration (string resourceGroupName, System.Collections.Hashtable[] authorizedPartners, int? defaultMaxExpirationTimeInDays, System.Collections.Generic.Dictionary<string,string> tags);
member this.CreatePartnerConfiguration : string * System.Collections.Hashtable[] * Nullable<int> * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Management.EventGrid.Models.PartnerConfiguration
Public Function CreatePartnerConfiguration (resourceGroupName As String, authorizedPartners As Hashtable(), defaultMaxExpirationTimeInDays As Nullable(Of Integer), tags As Dictionary(Of String, String)) As PartnerConfiguration
Parameters
- resourceGroupName
- String
- authorizedPartners
- Hashtable[]
- tags
- Dictionary<String,String>