ArmCosmosDBModelFactory.CosmosDBPrivateEndpointConnectionData Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of CosmosDBPrivateEndpointConnectionData.
public static Azure.ResourceManager.CosmosDB.CosmosDBPrivateEndpointConnectionData CosmosDBPrivateEndpointConnectionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.ResourceIdentifier privateEndpointId = default, Azure.ResourceManager.CosmosDB.Models.CosmosDBPrivateLinkServiceConnectionStateProperty connectionState = default, string groupId = default, string provisioningState = default);
static member CosmosDBPrivateEndpointConnectionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.Core.ResourceIdentifier * Azure.ResourceManager.CosmosDB.Models.CosmosDBPrivateLinkServiceConnectionStateProperty * string * string -> Azure.ResourceManager.CosmosDB.CosmosDBPrivateEndpointConnectionData
Public Shared Function CosmosDBPrivateEndpointConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional privateEndpointId As ResourceIdentifier = Nothing, Optional connectionState As CosmosDBPrivateLinkServiceConnectionStateProperty = Nothing, Optional groupId As String = Nothing, Optional provisioningState As String = Nothing) As CosmosDBPrivateEndpointConnectionData
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- privateEndpointId
- ResourceIdentifier
Private endpoint which the connection belongs to.
- connectionState
- CosmosDBPrivateLinkServiceConnectionStateProperty
Connection State of the Private Endpoint Connection.
- groupId
- String
Group id of the private endpoint.
- provisioningState
- String
Provisioning state of the private endpoint.
A new CosmosDBPrivateEndpointConnectionData instance for mocking.
Azure SDK for .NET 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.