你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SourceControlConfiguration 类

定义

Get & Put 响应中返回的 SourceControl 配置对象。

[Microsoft.Rest.Serialization.JsonTransformation]
public class SourceControlConfiguration : Microsoft.Azure.Management.KubernetesConfiguration.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SourceControlConfiguration = class
    inherit ProxyResource
Public Class SourceControlConfiguration
Inherits ProxyResource
继承
SourceControlConfiguration
属性

构造函数

SourceControlConfiguration()

初始化 SourceControlConfiguration 类的新实例。

SourceControlConfiguration(String, String, String, String, String, String, String, String, IDictionary<String,String>, String, String, String, Nullable<Boolean>, HelmOperatorProperties, String, ComplianceStatus, SystemData)

初始化 SourceControlConfiguration 类的新实例。

属性

ComplianceStatus

获取配置的符合性状态

ConfigurationProtectedSettings

获取或设置配置的受保护配置设置的名称/值对

EnableHelmOperator

获取或设置用于为此 git 配置启用 Helm 运算符的选项。

HelmOperatorProperties

获取或设置 Helm 运算符的属性。

Id

获取资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(继承自 Resource)
Name

获取资源的名称

(继承自 Resource)
OperatorInstanceName

获取或设置运算符的实例名称 - 标识特定配置。

OperatorNamespace

获取或设置此运算符安装到的命名空间。 最多 253 个小写字母数字字符、连字符和句点。

OperatorParams

获取或设置字符串格式的 Operator 实例的任何参数。

OperatorScope

获取或设置将安装运算符的范围。 可能的值包括:“cluster”、“namespace”

OperatorType

获取或设置 运算符的类型。 可能的值包括:“Flux”

ProvisioningState

获取资源提供程序的预配状态。 可能的值包括:“Accepted”、“Deleting”、“Running”、“Succeeded”、“Failed”

RepositoryPublicKey

获取与此 SourceControl 配置关联的公钥, (群集内生成或由用户) 提供。

RepositoryUrl

获取或设置 SourceControl 存储库的 URL。

SshKnownHostsContents

获取或设置 base64 编码known_hosts内容,其中包含访问专用 Git 实例所需的 SSH 公钥

SystemData

获取或设置顶级元数据 https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/common-api-contracts.md#system-metadata-for-all-azure-resources

Type

获取资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”

(继承自 Resource)

适用于