次の方法で共有


IUpdate インターフェイス

定義

変更可能なすべての設定を含む更新操作のテンプレート。 Update.apply() を呼び出して、Azure のリソースに変更を適用します。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithAutoApproval, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithFqdns, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithFrontendIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateEndpointConnection, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithPrivateLinkServiceIpConfiguration, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithProxyProtocol, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IWithVisibility, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IPrivateLinkService>
type IUpdate = interface
    interface IAppliable<IPrivateLinkService>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithFrontendIpConfiguration
    interface IWithPrivateLinkServiceIpConfiguration
    interface IWithPrivateLinkServiceIpConfigurationSettings
    interface IWithAttach
    interface IWithPrivateEndpointConnection
    interface IWithVisibility
    interface IWithAutoApproval
    interface IWithFqdns
    interface IWithProxyProtocol
Public Interface IUpdate
Implements IAppliable(Of IPrivateLinkService), IUpdateWithTags(Of IUpdate), IWithAutoApproval, IWithFqdns, IWithFrontendIpConfiguration, IWithPrivateEndpointConnection, IWithPrivateLinkServiceIpConfiguration, IWithProxyProtocol, IWithVisibility
派生
実装

プロパティ

Key

変更可能なすべての設定を含む更新操作のテンプレート。 Update.apply() を呼び出して、Azure のリソースに変更を適用します。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
Attach()

IP 構成 (フロントエンド IP 構成またはプライベート リンク サービス IP 構成) を更新します。

(継承元 IWithAttach)
DefinePrivateLinkServiceIpConfiguration(String)

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

(継承元 IWithPrivateLinkServiceIpConfiguration)
DisableProxyProtocol()

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

(継承元 IWithProxyProtocol)
EnableProxyProtocol()

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

(継承元 IWithProxyProtocol)
SetAsNonPrimaryIpConfiguration()

プライベート リンク サービスの IP 構成を非プライマリ IP 構成として設定します。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
SetAsPrimaryIpConfiguration()

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
UpdatePrivateEndpointConnection(String)

プライベート エンドポイント接続を更新します。

(継承元 IWithPrivateEndpointConnection)
UpdatePrivateLinkServiceIpConfiguration(String)

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

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

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

(継承元 IWithAutoApproval)
WithAutoApproval(String)

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

(継承元 IWithAutoApproval)
WithDynamicPrivateIpAllocation()

IP 構成のプライベート Ip 割り当て方法を "動的" として有効にします。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithFrontendIpConfiguration(ILoadBalancerFrontend)

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

(継承元 IWithFrontendIpConfiguration)
WithFullQualifiedDomainName(String)

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

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

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

(継承元 IWithFqdns)
WithIpv4PrivateIpAddress()

IP 構成のプライベート IP アドレス バージョンを "IPv4" として有効にします。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithIpv6PrivateIpAddress()

IP 構成のプライベート IP アドレス バージョンを "IPv6" として有効にします。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithoutAutoApproval(String)

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

(継承元 IWithAutoApproval)
WithoutFrontendIpConfiguration(String)

フロントエンド IP 構成を削除します。

(継承元 IWithFrontendIpConfiguration)
WithoutFullQualifiedDomainName(String)

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

(継承元 IWithFqdns)
WithoutPrivateLinkServiceIpConfiguration(String)

プライベート リンク サービスの IP 構成を削除します。

(継承元 IWithPrivateLinkServiceIpConfiguration)
WithoutTag(String)

リソースからタグを削除します。

(継承元 IUpdateWithTags<T>)
WithoutVisibility(String)

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

(継承元 IWithVisibility)
WithPrivateIpAddress(String)

IP 構成のプライベート IP アドレスを設定します。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithStaticPrivateIpAllocation()

IP 構成のプライベート Ip 割り当て方法を "静的" として有効にします。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithSubnet(String)

IP 構成のサブネット リソースの参照を設定します。

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithTag(String, String)

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

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

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

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

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

(継承元 IWithVisibility)
WithVisibility(String)

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

(継承元 IWithVisibility)

適用対象