Partager via


EventGridClient.ReplaceDomain Method

Definition

public Microsoft.Azure.Management.EventGrid.Models.Domain ReplaceDomain (string resourceGroupName, string domainName, string location, System.Collections.Generic.Dictionary<string,string> tags, System.Collections.Generic.Dictionary<string,string> inboundIpRules, string publicNetworkAccess);
member this.ReplaceDomain : string * string * string * System.Collections.Generic.Dictionary<string, string> * System.Collections.Generic.Dictionary<string, string> * string -> Microsoft.Azure.Management.EventGrid.Models.Domain
Public Function ReplaceDomain (resourceGroupName As String, domainName As String, location As String, tags As Dictionary(Of String, String), inboundIpRules As Dictionary(Of String, String), publicNetworkAccess As String) As Domain

Parameters

resourceGroupName
String
domainName
String
location
String
inboundIpRules
Dictionary<String,String>
publicNetworkAccess
String

Returns

Applies to