NetworkOperationsExtensions.GetConfiguration 方法 (INetworkOperations)
获取网络配置操作可检索给定订阅的网络配置文件。 (请参阅 https://msdn.microsoft.com/en-us/library/windowsazure/jj157196.aspx 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Network
程序集: Microsoft.WindowsAzure.Management.Network(Microsoft.WindowsAzure.Management.Network.dll 中)
语法
public static NetworkGetConfigurationResponse GetConfiguration(
this INetworkOperations operations
)
public:
[ExtensionAttribute]
static NetworkGetConfigurationResponse^ GetConfiguration(
INetworkOperations^ operations
)
static member GetConfiguration :
operations:INetworkOperations -> NetworkGetConfigurationResponse
<ExtensionAttribute>
Public Shared Function GetConfiguration (
operations As INetworkOperations
) As NetworkGetConfigurationResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.Network.INetworkOperations对 Microsoft.WindowsAzure.Management.Network.INetworkOperations 引用。
返回值
Type: Microsoft.WindowsAzure.Management.Network.Models.NetworkGetConfigurationResponse
获取网络配置操作响应。
请参阅
NetworkOperationsExtensions 类
Microsoft.WindowsAzure.Management.Network 命名空间
返回页首