你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmCognitiveServicesModelFactory.CognitiveServicesPrivateEndpointConnectionData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 CognitiveServicesPrivateEndpointConnectionData 的新实例。
public static Azure.ResourceManager.CognitiveServices.CognitiveServicesPrivateEndpointConnectionData CognitiveServicesPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateLinkServiceConnectionState connectionState = default, Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateEndpointConnectionProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<string> groupIds = default, Azure.ETag? etag = default);
static member CognitiveServicesPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateLinkServiceConnectionState * Nullable<Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesPrivateEndpointConnectionProvisioningState> * seq<string> * Nullable<Azure.ETag> -> Azure.ResourceManager.CognitiveServices.CognitiveServicesPrivateEndpointConnectionData
Public Shared Function CognitiveServicesPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As CognitiveServicesPrivateLinkServiceConnectionState = Nothing, Optional provisioningState As Nullable(Of CognitiveServicesPrivateEndpointConnectionProvisioningState) = Nothing, Optional groupIds As IEnumerable(Of String) = Nothing, Optional etag As Nullable(Of ETag) = Nothing) As CognitiveServicesPrivateEndpointConnectionData
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- location
- Nullable<AzureLocation>
专用终结点连接的位置。
- privateEndpointId
- ResourceIdentifier
专用终结点的资源。
- connectionState
- CognitiveServicesPrivateLinkServiceConnectionState
有关服务使用者和提供程序之间的连接状态的信息集合。
- provisioningState
- Nullable<CognitiveServicesPrivateEndpointConnectionProvisioningState>
专用终结点连接资源的预配状态。
- groupIds
- IEnumerable<String>
专用链接资源组 ID。
返回
用于模拟的新 CognitiveServicesPrivateEndpointConnectionData 实例。