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, ContainerServiceOrchestratorProfile, ContainerServiceMasterProfile, ContainerServiceLinuxProfile, String, String, String, IDictionary<String,String>, String, ContainerServiceCustomProfile, ContainerServiceServicePrincipalProfile, IList<ContainerServiceAgentPoolProfile>, 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 to configure a custom container service cluster. |
DiagnosticsProfile |
Gets or sets profile for diagnostics in the container service cluster. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
LinuxProfile |
Gets or sets profile for Linux VMs in the container service cluster. |
Location |
Resource location (Inherited from Resource) |
MasterProfile |
Gets or sets profile for the container service master. |
Name |
Resource name (Inherited from ProxyResource) |
OrchestratorProfile |
Gets or sets profile for the container service orchestrator. |
ProvisioningState |
Gets the current deployment or provisioning state, which only appears in the response. |
ServicePrincipalProfile |
Gets or sets information about a service principal identity for the cluster to use for manipulating Azure APIs. Exact one of secret or keyVaultSecretRef need to be specified. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
WindowsProfile |
Gets or sets profile for Windows VMs in the container service cluster. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET