Partager via


EventGridClient.UpdatePartnerNamespace Method

Definition

public Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace UpdatePartnerNamespace (string resourceGroupName, string partnerNamespaceName, System.Collections.Generic.Dictionary<string,string> tags, string publicNetworkAccess, System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> inboundIpRules, bool? disableLocalAuth);
member this.UpdatePartnerNamespace : string * string * System.Collections.Generic.Dictionary<string, string> * string * System.Collections.Generic.List<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> * Nullable<bool> -> Microsoft.Azure.Management.EventGrid.Models.PartnerNamespace
Public Function UpdatePartnerNamespace (resourceGroupName As String, partnerNamespaceName As String, tags As Dictionary(Of String, String), publicNetworkAccess As String, inboundIpRules As List(Of InboundIpRule), disableLocalAuth As Nullable(Of Boolean)) As PartnerNamespace

Parameters

resourceGroupName
String
partnerNamespaceName
String
publicNetworkAccess
String
inboundIpRules
List<InboundIpRule>
disableLocalAuth
Nullable<Boolean>

Returns

Applies to