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

IPrivateDnsZoneGroupsOperations 接口

定义

PrivateDnsZoneGroupsOperations 操作。

public interface IPrivateDnsZoneGroupsOperations
type IPrivateDnsZoneGroupsOperations = interface
Public Interface IPrivateDnsZoneGroupsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateDnsZoneGroup, Dictionary<String,List<String>>, CancellationToken)

在指定的专用终结点中创建或更新专用 dns 区域组。

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除指定的专用 dns 区域组。

CreateOrUpdateWithHttpMessagesAsync(String, String, String, PrivateDnsZoneGroup, Dictionary<String,List<String>>, CancellationToken)

在指定的专用终结点中创建或更新专用 dns 区域组。

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

删除指定的专用 dns 区域组。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

按指定的专用 dns 区域组名称获取专用 dns 区域组资源。

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

获取专用终结点中的所有专用 dns 区域组。

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取专用终结点中的所有专用 dns 区域组。

扩展方法

BeginCreateOrUpdate(IPrivateDnsZoneGroupsOperations, String, String, String, PrivateDnsZoneGroup)

在指定的专用终结点中创建或更新专用 dns 区域组。

BeginCreateOrUpdateAsync(IPrivateDnsZoneGroupsOperations, String, String, String, PrivateDnsZoneGroup, CancellationToken)

在指定的专用终结点中创建或更新专用 dns 区域组。

BeginDelete(IPrivateDnsZoneGroupsOperations, String, String, String)

删除指定的专用 dns 区域组。

BeginDeleteAsync(IPrivateDnsZoneGroupsOperations, String, String, String, CancellationToken)

删除指定的专用 dns 区域组。

CreateOrUpdate(IPrivateDnsZoneGroupsOperations, String, String, String, PrivateDnsZoneGroup)

在指定的专用终结点中创建或更新专用 dns 区域组。

CreateOrUpdateAsync(IPrivateDnsZoneGroupsOperations, String, String, String, PrivateDnsZoneGroup, CancellationToken)

在指定的专用终结点中创建或更新专用 dns 区域组。

Delete(IPrivateDnsZoneGroupsOperations, String, String, String)

删除指定的专用 dns 区域组。

DeleteAsync(IPrivateDnsZoneGroupsOperations, String, String, String, CancellationToken)

删除指定的专用 dns 区域组。

Get(IPrivateDnsZoneGroupsOperations, String, String, String)

按指定的专用 dns 区域组名称获取专用 dns 区域组资源。

GetAsync(IPrivateDnsZoneGroupsOperations, String, String, String, CancellationToken)

按指定的专用 dns 区域组名称获取专用 dns 区域组资源。

List(IPrivateDnsZoneGroupsOperations, String, String)

获取专用终结点中的所有专用 dns 区域组。

ListAsync(IPrivateDnsZoneGroupsOperations, String, String, CancellationToken)

获取专用终结点中的所有专用 dns 区域组。

ListNext(IPrivateDnsZoneGroupsOperations, String)

获取专用终结点中的所有专用 dns 区域组。

ListNextAsync(IPrivateDnsZoneGroupsOperations, String, CancellationToken)

获取专用终结点中的所有专用 dns 区域组。

适用于