EventGridClient.UpdateDomain 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.Domain UpdateDomain (string resourceGroupName, string domainName, System.Collections.Generic.Dictionary<string,string> tags);
member this.UpdateDomain : string * string * System.Collections.Generic.Dictionary<string, string> -> Microsoft.Azure.Management.EventGrid.Models.Domain
Public Function UpdateDomain (resourceGroupName As String, domainName As String, tags As Dictionary(Of String, String)) As Domain
Parameters
- resourceGroupName
- String
- domainName
- String
- tags
- Dictionary<String,String>