ArmContainerServiceModelFactory.ContainerServiceEndpointDetail Method
Definition
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 ContainerServiceEndpointDetail.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceEndpointDetail ContainerServiceEndpointDetail (System.Net.IPAddress ipAddress = default, int? port = default, string protocol = default, string description = default);
static member ContainerServiceEndpointDetail : System.Net.IPAddress * Nullable<int> * string * string -> Azure.ResourceManager.ContainerService.Models.ContainerServiceEndpointDetail
Public Shared Function ContainerServiceEndpointDetail (Optional ipAddress As IPAddress = Nothing, Optional port As Nullable(Of Integer) = Nothing, Optional protocol As String = Nothing, Optional description As String = Nothing) As ContainerServiceEndpointDetail
Parameters
- ipAddress
- IPAddress
An IP Address that Domain Name currently resolves to.
- protocol
- String
The protocol used for connection.
- description
- String
Description of the detail.
Returns
A new ContainerServiceEndpointDetail instance for mocking.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET