ContainerServiceInner 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.
Container service.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ContainerServiceInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContainerServiceInner = class
inherit Resource
Public Class ContainerServiceInner
Inherits Resource
- Inheritance
- Attributes
Constructors
ContainerServiceInner() |
Initializes a new instance of the ContainerServiceInner class. |
ContainerServiceInner(String, ContainerServiceMasterProfile, IList<ContainerServiceAgentPoolProfile>, ContainerServiceLinuxProfile, String, String, String, IDictionary<String, String>, String, ContainerServiceOrchestratorProfile, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, ContainerServiceWindowsProfile, ContainerServiceDiagnosticsProfile) |
Initializes a new instance of the ContainerServiceInner class. |
Properties
AgentPoolProfiles |
Gets or sets properties of the agent pool. |
CustomProfile |
Gets or sets properties for custom clusters. |
DiagnosticsProfile |
Gets or sets properties of the diagnostic agent. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
LinuxProfile |
Gets or sets properties of Linux VMs. |
Location |
Resource location (Inherited from Resource) |
MasterProfile |
Gets or sets properties of master agents. |
Name |
Resource name (Inherited from ProxyResource) |
OrchestratorProfile |
Gets or sets properties of the orchestrator. |
ProvisioningState |
Gets the current deployment or provisioning state, which only appears in the response. |
ServicePrincipalProfile |
Gets or sets properties for cluster service principals. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
WindowsProfile |
Gets or sets properties of Windows VMs. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET