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

IWithServiceEndpoint 接口

定义

SQL 虚拟网络规则定义,用于为缺少的子网的 SQL 服务终结点条目设置忽略标志。

public interface IWithServiceEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Sql.Fluent.ISqlVirtualNetworkRule>, Microsoft.Azure.Management.Sql.Fluent.SqlVirtualNetworkRuleOperations.Definition.IWithCreate
type IWithServiceEndpoint = interface
    interface IBeta
    interface IWithCreate
    interface ICreatable<ISqlVirtualNetworkRule>
    interface IIndexable
Public Interface IWithServiceEndpoint
Implements IBeta, ICreatable(Of ISqlVirtualNetworkRule), IWithCreate
派生
实现

属性

Key

SQL 虚拟网络规则定义,用于为缺少的子网的 SQL 服务终结点条目设置忽略标志。

(继承自 IIndexable)
Name

获取可创建资源的名称。

(继承自 ICreatable<T>)

方法

Create()

执行创建请求。

(继承自 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。

(继承自 ICreatable<T>)
IgnoreMissingSqlServiceEndpoint()

获取 设置标志以忽略缺少子网的 SQL 服务终结点条目。 在将 Microsoft.Sql 服务终结点添加到子网之前,子网中的虚拟机将无法连接到 SQL Server。

适用于