次の方法で共有


IDefinition インターフェイス

定義

プライベート リンク サービス定義の全体。

public interface IDefinition : Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IBlank, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate, Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithPrivateLinkServiceIpConfigurationSettings, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroupAndRegion<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroupWithRegion<Microsoft.Azure.Management.Network.Fluent.PrivateLinkService.Definition.IWithCreate>, 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 IDefinition = interface
    interface IBlank
    interface IWithGroupAndRegion<IWithCreate>
    interface IWithExistingResourceGroup<IWithCreate>
    interface IWithNewResourceGroupWithRegion<IWithCreate>
    interface IWithCreatableResourceGroup<IWithCreate>
    interface IWithCreate
    interface ICreatable<IPrivateLinkService>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IDefinitionWithRegion<IWithCreate>
    interface IWithFrontendIpConfiguration
    interface IWithPrivateLinkServiceIpConfiguration
    interface IWithVisibility
    interface IWithAutoApproval
    interface IWithFqdns
    interface IWithProxyProtocol
    interface IWithPrivateLinkServiceIpConfigurationSettings
    interface IWithAttach
Public Interface IDefinition
Implements IBlank, ICreatable(Of IPrivateLinkService), IDefinitionWithRegion(Of IWithCreate), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithCreate), IWithCreate, IWithExistingResourceGroup(Of IWithCreate), IWithGroupAndRegion(Of IWithCreate), IWithNewResourceGroupWithRegion(Of IWithCreate), IWithPrivateLinkServiceIpConfigurationSettings
実装

プロパティ

Key

プライベート リンク サービス定義の全体。

(継承元 IIndexable)
Name

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

(継承元 ICreatable<T>)

メソッド

Attach()

フロントエンド IP 構成またはプライベート リンク サービス IP 構成のいずれかの IP 構成を追加します。

(継承元 IWithAttach)
Create()

作成要求を実行します。

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

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

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

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

(継承元 IWithPrivateLinkServiceIpConfiguration)
EnableProxyProtocol()

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

(継承元 IWithProxyProtocol)
SetAsNonPrimaryIpConfiguration()

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
SetAsPrimaryIpConfiguration()

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

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

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

(継承元 IWithAutoApproval)
WithAutoApproval(String)

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

(継承元 IWithAutoApproval)
WithDynamicPrivateIpAllocation()

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithExistingResourceGroup(IResourceGroup)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

リソースを既存のリソース グループに関連付けます。

(継承元 IWithExistingResourceGroup<T>)
WithFrontendIpConfiguration(ILoadBalancerFrontend)

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

(継承元 IWithFrontendIpConfiguration)
WithFullQualifiedDomainName(String)

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

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

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

(継承元 IWithFqdns)
WithIpv4PrivateIpAddress()

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithIpv6PrivateIpAddress()

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithNewResourceGroup(ICreatable<IResourceGroup>)

指定された定義に基づいて、リソースを配置する新しいリソース グループを作成します。

(継承元 IWithCreatableResourceGroup<T>)
WithNewResourceGroup(Region)

リソースを配置する新しいリソース グループを作成します。 グループは、リソースと同じ場所に作成されます。 グループの名前は、リソースの名前から自動的に派生します。

(継承元 IWithNewResourceGroupWithRegion<T>)
WithNewResourceGroup(String, Region)

リソースを配置する新しいリソース グループを作成します。 グループは、リソースと同じ場所に作成されます。

(継承元 IWithNewResourceGroupWithRegion<T>)
WithPrivateIpAddress(String)

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithRegion(Region)

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

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

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

(継承元 IDefinitionWithRegion<T>)
WithStaticPrivateIpAllocation()

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

(継承元 IWithPrivateLinkServiceIpConfigurationSettings)
WithSubnet(String)

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

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

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

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

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

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

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

(継承元 IWithVisibility)
WithVisibility(String)

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

(継承元 IWithVisibility)

適用対象