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

ServiceEndpointPropertiesFormat 构造函数

定义

重载

ServiceEndpointPropertiesFormat()

初始化 ServiceEndpointPropertiesFormat 类的新实例。

ServiceEndpointPropertiesFormat(String, IList<String>, ProvisioningState)

初始化 ServiceEndpointPropertiesFormat 类的新实例。

ServiceEndpointPropertiesFormat()

初始化 ServiceEndpointPropertiesFormat 类的新实例。

public ServiceEndpointPropertiesFormat ();
Public Sub New ()

适用于

ServiceEndpointPropertiesFormat(String, IList<String>, ProvisioningState)

初始化 ServiceEndpointPropertiesFormat 类的新实例。

public ServiceEndpointPropertiesFormat (string service = default, System.Collections.Generic.IList<string> locations = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPropertiesFormat : string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState -> Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPropertiesFormat
Public Sub New (Optional service As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional provisioningState As ProvisioningState = Nothing)

参数

service
String

终结点服务的类型。

locations
IList<String>

位置列表。

provisioningState
ProvisioningState

服务终结点资源的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

适用于