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