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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET