OpenShiftManagedClusterInner 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.
OpenShift Managed cluster.
[Microsoft.Rest.Serialization.JsonTransformation]
public class OpenShiftManagedClusterInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type OpenShiftManagedClusterInner = class
inherit Resource
Public Class OpenShiftManagedClusterInner
Inherits Resource
- Inheritance
- Attributes
Constructors
OpenShiftManagedClusterInner() |
Initializes a new instance of the OpenShiftManagedClusterInner class. |
OpenShiftManagedClusterInner(String, String, String, String, String, IDictionary<String,String>, PurchasePlan, String, String, String, String, NetworkProfile, IList<OpenShiftRouterProfile>, OpenShiftManagedClusterMasterPoolProfile, IList<OpenShiftManagedClusterAgentPoolProfile>, OpenShiftManagedClusterAuthProfile) |
Initializes a new instance of the OpenShiftManagedClusterInner class. |
Properties
AgentPoolProfiles |
Gets or sets configuration of OpenShift cluster VMs. |
AuthProfile |
Gets or sets configures OpenShift authentication. |
ClusterVersion |
Gets version of OpenShift specified when creating the cluster. |
Fqdn |
Gets service generated FQDN for OpenShift API server loadbalancer internal hostname. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
MasterPoolProfile |
Gets or sets configuration for OpenShift master VMs. |
Name |
Resource name (Inherited from ProxyResource) |
NetworkProfile |
Gets or sets configuration for OpenShift networking. |
OpenShiftVersion |
Gets or sets version of OpenShift specified when creating the cluster. |
Plan |
Gets or sets define the resource plan as required by ARM for billing purposes |
ProvisioningState |
Gets the current deployment or provisioning state, which only appears in the response. |
PublicHostname |
Gets service generated FQDN for OpenShift API server. |
RouterProfiles |
Gets or sets configuration for OpenShift router(s). |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET