ManagedClusterAccessProfile 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.
Managed cluster Access Profile.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagedClusterAccessProfile : Microsoft.Azure.Management.ContainerService.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagedClusterAccessProfile = class
inherit TrackedResource
Public Class ManagedClusterAccessProfile
Inherits TrackedResource
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| ManagedClusterAccessProfile() |
Initializes a new instance of the ManagedClusterAccessProfile class. |
| ManagedClusterAccessProfile(String, String, String, String, SystemData, IDictionary<String,String>, Byte[]) |
Initializes a new instance of the ManagedClusterAccessProfile class. |
Properties
| Name | Description |
|---|---|
| Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from Resource) |
| KubeConfig |
Gets or sets base64-encoded Kubernetes configuration file. |
| Location |
Gets or sets the geo-location where the resource lives (Inherited from TrackedResource) |
| Name |
Gets the name of the resource (Inherited from Resource) |
| SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
| Tags |
Gets or sets resource tags. (Inherited from TrackedResource) |
| Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |