class Azure::ContainerService::Mgmt::V2017_07_01::Models::ContainerService
Container service.
Attributes
@return [Array<ContainerServiceAgentPoolProfile>] Properties of the agent pool.
@return [ContainerServiceCustomProfile] Properties to configure a custom container service cluster.
@return [ContainerServiceDiagnosticsProfile] Profile for diagnostics in the container service cluster.
@return [ContainerServiceLinuxProfile] Profile for Linux VMs in the container service cluster.
@return [ContainerServiceMasterProfile] Profile for the container service master.
@return [ContainerServiceOrchestratorProfile] Profile for the container service orchestrator.
@return [String] The current deployment or provisioning state, which only appears in the response.
@return [ContainerServiceServicePrincipalProfile] 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.
@return [ContainerServiceWindowsProfile] Profile for Windows VMs in the container service cluster.
Private Class Methods
Mapper for ContainerService
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-07-01/generated/azure_mgmt_container_service/models/container_service.rb, line 58 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ContainerService', type: { name: 'Composite', class_name: 'ContainerService', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: true, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, orchestrator_profile: { client_side_validation: true, required: true, serialized_name: 'properties.orchestratorProfile', type: { name: 'Composite', class_name: 'ContainerServiceOrchestratorProfile' } }, custom_profile: { client_side_validation: true, required: false, serialized_name: 'properties.customProfile', type: { name: 'Composite', class_name: 'ContainerServiceCustomProfile' } }, service_principal_profile: { client_side_validation: true, required: false, serialized_name: 'properties.servicePrincipalProfile', type: { name: 'Composite', class_name: 'ContainerServiceServicePrincipalProfile' } }, master_profile: { client_side_validation: true, required: true, serialized_name: 'properties.masterProfile', type: { name: 'Composite', class_name: 'ContainerServiceMasterProfile' } }, agent_pool_profiles: { client_side_validation: true, required: false, serialized_name: 'properties.agentPoolProfiles', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ContainerServiceAgentPoolProfileElementType', type: { name: 'Composite', class_name: 'ContainerServiceAgentPoolProfile' } } } }, windows_profile: { client_side_validation: true, required: false, serialized_name: 'properties.windowsProfile', type: { name: 'Composite', class_name: 'ContainerServiceWindowsProfile' } }, linux_profile: { client_side_validation: true, required: true, serialized_name: 'properties.linuxProfile', type: { name: 'Composite', class_name: 'ContainerServiceLinuxProfile' } }, diagnostics_profile: { client_side_validation: true, required: false, serialized_name: 'properties.diagnosticsProfile', type: { name: 'Composite', class_name: 'ContainerServiceDiagnosticsProfile' } } } } } end