Dela via


ManagedClusterHttpProxyConfig Class

Definition

Cluster HTTP proxy configuration.

public class ManagedClusterHttpProxyConfig : Azure.Provisioning.Primitives.ProvisionableConstruct
type ManagedClusterHttpProxyConfig = class
    inherit ProvisionableConstruct
Public Class ManagedClusterHttpProxyConfig
Inherits ProvisionableConstruct
Inheritance
ManagedClusterHttpProxyConfig

Constructors

ManagedClusterHttpProxyConfig()

Creates a new ManagedClusterHttpProxyConfig.

Properties

HttpProxy

The HTTP proxy server endpoint to use.

HttpsProxy

The HTTPS proxy server endpoint to use.

NoProxy

The endpoints that should not go through proxy.

TrustedCA

Alternative CA cert to use for connecting to proxy servers.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of ManagedClusterHttpProxyConfig.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to