EventGridClient.ReplaceDomain 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 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
- tags
- Dictionary<String,String>
- inboundIpRules
- Dictionary<String,String>
- publicNetworkAccess
- String