ContainerServiceAgentPoolProfile Constructors
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.
Overloads
ContainerServiceAgentPoolProfile() | |
ContainerServiceAgentPoolProfile(String, Int32, String, String, String) |
ContainerServiceAgentPoolProfile()
public ContainerServiceAgentPoolProfile ();
Public Sub New ()
Applies to
ContainerServiceAgentPoolProfile(String, Int32, String, String, String)
public ContainerServiceAgentPoolProfile (string name, int count, string vmSize, string dnsPrefix, string fqdn = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceAgentPoolProfile : string * int * string * string * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceAgentPoolProfile
Public Sub New (name As String, count As Integer, vmSize As String, dnsPrefix As String, Optional fqdn As String = Nothing)
Parameters
- name
- String
- count
- Int32
- vmSize
- String
- dnsPrefix
- String
- fqdn
- String