次の方法で共有


IWithCreate インターフェイス

定義

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

public interface IWithCreate : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithAutoApproval, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithFqdns, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithFrontendIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithPrivateLinkServiceIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithProxyProtocol, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithVisibility, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>
type IWithCreate = interface
    interface ICreatable<IPrivateLinkService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IDefinitionWithRegion<IWithCreate>
    interface IWithFrontendIpConfiguration
    interface IWithPrivateLinkServiceIpConfiguration
    interface IWithVisibility
    interface IWithAutoApproval
    interface IWithFqdns
    interface IWithProxyProtocol
Public Interface IWithCreate
Implements ICreatable(Of IPrivateLinkService), IDefinitionWithRegion(Of IWithCreate), IDefinitionWithTags(Of IWithCreate), IWithAutoApproval, IWithFqdns, IWithFrontendIpConfiguration, IWithPrivateLinkServiceIpConfiguration, IWithProxyProtocol, IWithVisibility
派生
実装

プロパティ

Key

(WithCreate.create()) を使用して) 作成するリソースに必要な最小入力をすべて含む定義のステージ。また、その他のオプション設定を指定することもできます。

(継承元 IIndexable)
Name

作成可能なリソースの名前を取得します。

(継承元 ICreatable<T>)

メソッド

Create()

作成要求を実行します。

(継承元 ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

要求をキューに格納し、システム リソースが使用可能になったときに HTTP クライアントが要求を実行できるようにします。

(継承元 ICreatable<T>)
DefinePrivateLinkServiceIpConfiguration(String)

新しいプライベート リンク サービスの IP 構成を設定します。

(継承元 IWithPrivateLinkServiceIpConfiguration)
EnableProxyProtocol()

プライベート リンク サービスのプロキシ プロトコルを有効にします。

(継承元 IWithProxyProtocol)
WithAutoApproval(IList<String>)

プライベート リンク サービスの自動承認リストにサブスクリプションを設定します。

(継承元 IWithAutoApproval)
WithAutoApproval(String)

プライベート リンク サービスの自動承認リストにサブスクリプションを設定します。

(継承元 IWithAutoApproval)
WithFrontendIpConfiguration(ILoadBalancerFrontend)

フロントエンド IP 構成を設定します。

(継承元 IWithFrontendIpConfiguration)
WithFullQualifiedDomainName(String)

プライベート リンク サービスの Fqdn リストにドメインを設定します。

(継承元 IWithFqdns)
WithFullQualifiedDomainNames(IList<String>)

プライベート リンク サービスの Fqdn リストを設定します。

(継承元 IWithFqdns)
WithRegion(Region)

リソースのリージョンを指定します。

(継承元 IDefinitionWithRegion<T>)
WithRegion(String)

リソースのリージョンを名前で指定します。

(継承元 IDefinitionWithRegion<T>)
WithTag(String, String)

リソースにタグを追加します。

(継承元 IDefinitionWithTags<T>)
WithTags(IDictionary<String,String>)

リソースのタグを {@link Map} として指定します。

(継承元 IDefinitionWithTags<T>)
WithVisibility(IList<String>)

プライベート リンク サービスの表示されるサブスクリプションの一覧を設定します。

(継承元 IWithVisibility)
WithVisibility(String)

プライベート リンク サービスの表示されるサブスクリプションを設定します。

(継承元 IWithVisibility)

適用対象