ContainerServiceMasterProfile Class
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.
Profile for the container service master.
public class ContainerServiceMasterProfile
type ContainerServiceMasterProfile = class
Public Class ContainerServiceMasterProfile
- Inheritance
-
ContainerServiceMasterProfile
Constructors
ContainerServiceMasterProfile() |
Initializes a new instance of the ContainerServiceMasterProfile class. |
ContainerServiceMasterProfile(String, Nullable<Int32>, String) |
Initializes a new instance of the ContainerServiceMasterProfile class. |
Properties
Count |
Gets or sets number of masters (VMs) in the container service cluster. Allowed values are 1, 3, and 5. The default value is 1. |
DnsPrefix |
Gets or sets DNS prefix to be used to create the FQDN for master. |
Fqdn |
Gets FQDN for the master. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET