你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChannelsOperationsExtensions.Get 方法

定义

获取频道。

public static Microsoft.Azure.Management.EventGrid.Models.Channel Get (this Microsoft.Azure.Management.EventGrid.IChannelsOperations operations, string resourceGroupName, string partnerNamespaceName, string channelName);
static member Get : Microsoft.Azure.Management.EventGrid.IChannelsOperations * string * string * string -> Microsoft.Azure.Management.EventGrid.Models.Channel
<Extension()>
Public Function Get (operations As IChannelsOperations, resourceGroupName As String, partnerNamespaceName As String, channelName As String) As Channel

参数

operations
IChannelsOperations

此扩展方法的操作组。

resourceGroupName
String

合作伙伴订阅中的资源组的名称。

partnerNamespaceName
String

合作伙伴命名空间的名称。

channelName
String

通道的名称。

返回

注解

获取通道的属性。

适用于