Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrivateEndpointConnectionsClientAPI ¶
type PrivateEndpointConnectionsClientAPI interface { Create(ctx context.Context, resourceGroupName string, policyName string, privateEndpointConnectionName string, parameters aad.PrivateEndpointConnection) (result aad.PrivateEndpointConnectionsCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, policyName string, privateEndpointConnectionName string) (result aad.PrivateEndpointConnectionsDeleteFuture, err error) Get(ctx context.Context, resourceGroupName string, policyName string, privateEndpointConnectionName string) (result aad.PrivateEndpointConnection, err error) ListByPolicyName(ctx context.Context, resourceGroupName string, policyName string) (result aad.PrivateEndpointConnectionListResultPage, err error) ListByPolicyNameComplete(ctx context.Context, resourceGroupName string, policyName string) (result aad.PrivateEndpointConnectionListResultIterator, err error) }
PrivateEndpointConnectionsClientAPI contains the set of methods on the PrivateEndpointConnectionsClient type.
type PrivateLinkForAzureAdClientAPI ¶
type PrivateLinkForAzureAdClientAPI interface { Create(ctx context.Context, resourceGroupName string, policyName string, privateLinkPolicy aad.PrivateLinkPolicy) (result aad.PrivateLinkForAzureAdCreateFuture, err error) Delete(ctx context.Context, resourceGroupName string, policyName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, policyName string) (result aad.PrivateLinkPolicy, err error) List(ctx context.Context, resourceGroupName string) (result aad.PrivateLinkPolicyListResultPage, err error) ListComplete(ctx context.Context, resourceGroupName string) (result aad.PrivateLinkPolicyListResultIterator, err error) ListBySubscription(ctx context.Context) (result aad.PrivateLinkPolicyListResultPage, err error) ListBySubscriptionComplete(ctx context.Context) (result aad.PrivateLinkPolicyListResultIterator, err error) Update(ctx context.Context, resourceGroupName string, policyName string, privateLinkPolicy *aad.PrivateLinkPolicyUpdateParameter) (result aad.PrivateLinkPolicy, err error) }
PrivateLinkForAzureAdClientAPI contains the set of methods on the PrivateLinkForAzureAdClient type.
type PrivateLinkResourcesClientAPI ¶
type PrivateLinkResourcesClientAPI interface { Get(ctx context.Context, resourceGroupName string, policyName string, groupName string) (result aad.PrivateLinkResource, err error) ListByPrivateLinkPolicy(ctx context.Context, resourceGroupName string, policyName string) (result aad.PrivateLinkResourceListResultPage, err error) ListByPrivateLinkPolicyComplete(ctx context.Context, resourceGroupName string, policyName string) (result aad.PrivateLinkResourceListResultIterator, err error) }
PrivateLinkResourcesClientAPI contains the set of methods on the PrivateLinkResourcesClient type.
Click to show internal directories.
Click to hide internal directories.