APIServerProfile interface
APIServerProfile represents an API server profile.
Properties
ip | The IP of the cluster API server. NOTE: This property will not be serialized. It can only be populated by the server. |
url | The URL to access the cluster API server. NOTE: This property will not be serialized. It can only be populated by the server. |
visibility | API server visibility. |
Property Details
ip
The IP of the cluster API server. NOTE: This property will not be serialized. It can only be populated by the server.
ip?: string
Property Value
string
url
The URL to access the cluster API server. NOTE: This property will not be serialized. It can only be populated by the server.
url?: string
Property Value
string
visibility
API server visibility.
visibility?: string
Property Value
string
Azure SDK for JavaScript