NamespacesOperationsExtensions.CreateOrUpdateNetworkRuleSet 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.
Create or update NetworkRuleSet for a Namespace.
public static Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet CreateOrUpdateNetworkRuleSet(this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet parameters);
static member CreateOrUpdateNetworkRuleSet : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string * Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet -> Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet
<Extension()>
Public Function CreateOrUpdateNetworkRuleSet (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As NetworkRuleSet) As NetworkRuleSet
Parameters
- operations
- INamespacesOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the Resource group within the Azure subscription.
- namespaceName
- String
The namespace name
- parameters
- NetworkRuleSet
The Namespace IpFilterRule.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET