| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.ResourceManager.KeyVault.Models |
| | 9 | | { |
| | 10 | | /// <summary> Private endpoint connection item. </summary> |
| | 11 | | public partial class PrivateEndpointConnectionItem |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of PrivateEndpointConnectionItem. </summary> |
| 0 | 14 | | internal PrivateEndpointConnectionItem() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of PrivateEndpointConnectionItem. </summary> |
| | 19 | | /// <param name="privateEndpoint"> Properties of the private endpoint object. </param> |
| | 20 | | /// <param name="privateLinkServiceConnectionState"> Approval state of the private link connection. </param> |
| | 21 | | /// <param name="provisioningState"> Provisioning state of the private endpoint connection. </param> |
| 0 | 22 | | internal PrivateEndpointConnectionItem(PrivateEndpoint privateEndpoint, PrivateLinkServiceConnectionState privat |
| | 23 | | { |
| 0 | 24 | | PrivateEndpoint = privateEndpoint; |
| 0 | 25 | | PrivateLinkServiceConnectionState = privateLinkServiceConnectionState; |
| 0 | 26 | | ProvisioningState = provisioningState; |
| 0 | 27 | | } |
| | 28 | |
|
| | 29 | | /// <summary> Properties of the private endpoint object. </summary> |
| 0 | 30 | | public PrivateEndpoint PrivateEndpoint { get; } |
| | 31 | | /// <summary> Approval state of the private link connection. </summary> |
| 0 | 32 | | public PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get; } |
| | 33 | | /// <summary> Provisioning state of the private endpoint connection. </summary> |
| 0 | 34 | | public PrivateEndpointConnectionProvisioningState? ProvisioningState { get; } |
| | 35 | | } |
| | 36 | | } |