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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET