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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET