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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET