NamespacesOperationsExtensions.GetNetworkRuleSet 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.
Gets NetworkRuleSet for a Namespace.
public static Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet GetNetworkRuleSet (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName);
static member GetNetworkRuleSet : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string -> Microsoft.Azure.Management.ServiceBus.Models.NetworkRuleSet
<Extension()>
Public Function GetNetworkRuleSet (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String) 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
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET