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