ComputeInstanceConnectivityEndpoints interface
Defines all connectivity endpoints and properties for an ComputeInstance.
Properties
private |
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). NOTE: This property will not be serialized. It can only be populated by the server. |
public |
Public IP Address of this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
privateIpAddress
Private IP Address of this ComputeInstance (local to the VNET in which the compute instance is deployed). NOTE: This property will not be serialized. It can only be populated by the server.
privateIpAddress?: string
Property Value
string
publicIpAddress
Public IP Address of this ComputeInstance. NOTE: This property will not be serialized. It can only be populated by the server.
publicIpAddress?: string
Property Value
string