你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithCreate 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义的阶段,它包含要创建的资源所需的所有最低输入,但也允许指定任何其他可选设置。
public interface IWithCreate : Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithAddOnProfiles, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithDnsPrefix, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithNetworkProfile, Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithVirtualNode, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.ContainerService.Fluent.KubernetesCluster.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.ContainerService.Fluent.IKubernetesCluster>
type IWithCreate = interface
interface ICreatable<IKubernetesCluster>
interface IIndexable
interface IWithNetworkProfile
interface IBeta
interface IWithDnsPrefix
interface IWithAddOnProfiles
interface IWithAddOnProfilesBeta
interface IWithVirtualNode
interface IDefinitionWithTags<IWithCreate>
Public Interface IWithCreate
Implements IBeta, ICreatable(Of IKubernetesCluster), IDefinitionWithTags(Of IWithCreate), IWithAddOnProfiles, IWithDnsPrefix, IWithNetworkProfile, IWithVirtualNode
- 派生
- 实现
属性
DefineNetworkProfile |
获取 开始要附加到 Kubernetes 群集的网络配置文件的定义。 (继承自 IWithNetworkProfile) |
Key |
定义的阶段,它包含要创建的资源所需的所有最低输入,但也允许指定任何其他可选设置。 (继承自 IIndexable) |
Name |
获取可创建资源的名称。 (继承自 ICreatable<T>) |
方法
Create() |
执行创建请求。 (继承自 ICreatable<T>) |
CreateAsync(CancellationToken, Boolean) |
将请求放入队列,并允许 HTTP 客户端在系统资源可用时执行该请求。 (继承自 ICreatable<T>) |
WithAddOnProfiles(IDictionary<String,ManagedClusterAddonProfile>) |
汇报群集加载项的配置文件。 (继承自 IWithAddOnProfilesBeta) |
WithDnsPrefix(String) |
指定用于为主池创建 FQDN 的 DNS 前缀。 (继承自 IWithDnsPrefix) |
WithTag(String, String) |
将标记添加到资源。 (继承自 IDefinitionWithTags<T>) |
WithTags(IDictionary<String,String>) |
将资源的标记指定为 {@link Map}。 (继承自 IDefinitionWithTags<T>) |
WithVirtualNode(String) |
使用 ACI 创建虚拟节点。 重要说明! 应在“WithAddOnProfiles”之后调用此方法。 (继承自 IWithVirtualNode) |