Documentation ¶
Index ¶
- func PossibleValuesForPrivateEndpointConnectionProxyProvisioningState() []string
- func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string
- func ValidateAccountID(input interface{}, key string) (warnings []string, errors []error)
- func ValidatePrivateEndpointConnectionProxyID(input interface{}, key string) (warnings []string, errors []error)
- type AccountId
- type ConnectionDetails
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GroupConnectivityInformation
- type ListByAccountOperationResponse
- type PrivateEndpointConnectionProxiesClient
- func (c PrivateEndpointConnectionProxiesClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointConnectionProxyId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c PrivateEndpointConnectionProxiesClient) CreateOrUpdateThenPoll(ctx context.Context, id PrivateEndpointConnectionProxyId, ...) error
- func (c PrivateEndpointConnectionProxiesClient) Delete(ctx context.Context, id PrivateEndpointConnectionProxyId) (result DeleteOperationResponse, err error)
- func (c PrivateEndpointConnectionProxiesClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointConnectionProxyId) error
- func (c PrivateEndpointConnectionProxiesClient) ListByAccount(ctx context.Context, id AccountId) (result ListByAccountOperationResponse, err error)
- type PrivateEndpointConnectionProxy
- type PrivateEndpointConnectionProxyId
- func NewPrivateEndpointConnectionProxyID(subscriptionId string, resourceGroupName string, accountName string, ...) PrivateEndpointConnectionProxyId
- func ParsePrivateEndpointConnectionProxyID(input string) (*PrivateEndpointConnectionProxyId, error)
- func ParsePrivateEndpointConnectionProxyIDInsensitively(input string) (*PrivateEndpointConnectionProxyId, error)
- type PrivateEndpointConnectionProxyListResult
- type PrivateEndpointConnectionProxyProperties
- type PrivateEndpointConnectionProxyProvisioningState
- type PrivateEndpointServiceConnectionStatus
- type PrivateLinkServiceConnection
- type PrivateLinkServiceConnectionState
- type PrivateLinkServiceProxy
- type RemotePrivateEndpoint
- type RemotePrivateEndpointConnection
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForPrivateEndpointConnectionProxyProvisioningState ¶
func PossibleValuesForPrivateEndpointConnectionProxyProvisioningState() []string
func PossibleValuesForPrivateEndpointServiceConnectionStatus ¶
func PossibleValuesForPrivateEndpointServiceConnectionStatus() []string
func ValidateAccountID ¶
ValidateAccountID checks that 'input' can be parsed as a Account ID
func ValidatePrivateEndpointConnectionProxyID ¶
func ValidatePrivateEndpointConnectionProxyID(input interface{}, key string) (warnings []string, errors []error)
ValidatePrivateEndpointConnectionProxyID checks that 'input' can be parsed as a Private Endpoint Connection Proxy ID
Types ¶
type AccountId ¶
AccountId is a struct representing the Resource ID for a Account
func NewAccountID ¶
NewAccountID returns a new AccountId struct
func ParseAccountID ¶
ParseAccountID parses 'input' into a AccountId
func ParseAccountIDInsensitively ¶
ParseAccountIDInsensitively parses 'input' case-insensitively into a AccountId note: this method should only be used for API response data and not user input
func (AccountId) Segments ¶
func (id AccountId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Account ID
type ConnectionDetails ¶
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type DeleteOperationResponse ¶
type DeleteOperationResponse struct { Poller polling.LongRunningPoller HttpResponse *http.Response }
type GroupConnectivityInformation ¶
type GroupConnectivityInformation struct { CustomerVisibleFqdns *[]string `json:"customerVisibleFqdns,omitempty"` GroupId *string `json:"groupId,omitempty"` InternalFqdn *string `json:"internalFqdn,omitempty"` MemberName *string `json:"memberName,omitempty"` PrivateLinkServiceArmRegion *string `json:"privateLinkServiceArmRegion,omitempty"` RedirectMapId *string `json:"redirectMapId,omitempty"` }
type ListByAccountOperationResponse ¶
type ListByAccountOperationResponse struct { HttpResponse *http.Response Model *PrivateEndpointConnectionProxyListResult }
type PrivateEndpointConnectionProxiesClient ¶
type PrivateEndpointConnectionProxiesClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewPrivateEndpointConnectionProxiesClientWithBaseURI ¶
func NewPrivateEndpointConnectionProxiesClientWithBaseURI(endpoint string) PrivateEndpointConnectionProxiesClient
func (PrivateEndpointConnectionProxiesClient) CreateOrUpdate ¶
func (c PrivateEndpointConnectionProxiesClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointConnectionProxyId, input PrivateEndpointConnectionProxy) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (PrivateEndpointConnectionProxiesClient) CreateOrUpdateThenPoll ¶
func (c PrivateEndpointConnectionProxiesClient) CreateOrUpdateThenPoll(ctx context.Context, id PrivateEndpointConnectionProxyId, input PrivateEndpointConnectionProxy) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (PrivateEndpointConnectionProxiesClient) Delete ¶
func (c PrivateEndpointConnectionProxiesClient) Delete(ctx context.Context, id PrivateEndpointConnectionProxyId) (result DeleteOperationResponse, err error)
Delete ...
func (PrivateEndpointConnectionProxiesClient) DeleteThenPoll ¶
func (c PrivateEndpointConnectionProxiesClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointConnectionProxyId) error
DeleteThenPoll performs Delete then polls until it's completed
func (PrivateEndpointConnectionProxiesClient) ListByAccount ¶
func (c PrivateEndpointConnectionProxiesClient) ListByAccount(ctx context.Context, id AccountId) (result ListByAccountOperationResponse, err error)
ListByAccount ...
type PrivateEndpointConnectionProxy ¶
type PrivateEndpointConnectionProxy struct { ETag *string `json:"eTag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateEndpointConnectionProxyProperties `json:"properties,omitempty"` RemotePrivateEndpoint *RemotePrivateEndpoint `json:"remotePrivateEndpoint,omitempty"` Status *string `json:"status,omitempty"` SystemData *systemdata.SystemData `json:"systemData,omitempty"` Type *string `json:"type,omitempty"` }
type PrivateEndpointConnectionProxyId ¶
type PrivateEndpointConnectionProxyId struct { SubscriptionId string ResourceGroupName string AccountName string PrivateEndpointConnectionProxyId string }
PrivateEndpointConnectionProxyId is a struct representing the Resource ID for a Private Endpoint Connection Proxy
func NewPrivateEndpointConnectionProxyID ¶
func NewPrivateEndpointConnectionProxyID(subscriptionId string, resourceGroupName string, accountName string, privateEndpointConnectionProxyId string) PrivateEndpointConnectionProxyId
NewPrivateEndpointConnectionProxyID returns a new PrivateEndpointConnectionProxyId struct
func ParsePrivateEndpointConnectionProxyID ¶
func ParsePrivateEndpointConnectionProxyID(input string) (*PrivateEndpointConnectionProxyId, error)
ParsePrivateEndpointConnectionProxyID parses 'input' into a PrivateEndpointConnectionProxyId
func ParsePrivateEndpointConnectionProxyIDInsensitively ¶
func ParsePrivateEndpointConnectionProxyIDInsensitively(input string) (*PrivateEndpointConnectionProxyId, error)
ParsePrivateEndpointConnectionProxyIDInsensitively parses 'input' case-insensitively into a PrivateEndpointConnectionProxyId note: this method should only be used for API response data and not user input
func (PrivateEndpointConnectionProxyId) ID ¶
func (id PrivateEndpointConnectionProxyId) ID() string
ID returns the formatted Private Endpoint Connection Proxy ID
func (PrivateEndpointConnectionProxyId) Segments ¶
func (id PrivateEndpointConnectionProxyId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Endpoint Connection Proxy ID
func (PrivateEndpointConnectionProxyId) String ¶
func (id PrivateEndpointConnectionProxyId) String() string
String returns a human-readable description of this Private Endpoint Connection Proxy ID
type PrivateEndpointConnectionProxyListResult ¶
type PrivateEndpointConnectionProxyListResult struct { NextLink *string `json:"nextLink,omitempty"` Value *[]PrivateEndpointConnectionProxy `json:"value,omitempty"` }
type PrivateEndpointConnectionProxyProperties ¶
type PrivateEndpointConnectionProxyProperties struct {
ProvisioningState *PrivateEndpointConnectionProxyProvisioningState `json:"provisioningState,omitempty"`
}
type PrivateEndpointConnectionProxyProvisioningState ¶
type PrivateEndpointConnectionProxyProvisioningState string
const ( PrivateEndpointConnectionProxyProvisioningStateCreating PrivateEndpointConnectionProxyProvisioningState = "Creating" PrivateEndpointConnectionProxyProvisioningStateDeleting PrivateEndpointConnectionProxyProvisioningState = "Deleting" PrivateEndpointConnectionProxyProvisioningStateFailed PrivateEndpointConnectionProxyProvisioningState = "Failed" PrivateEndpointConnectionProxyProvisioningStateSucceeded PrivateEndpointConnectionProxyProvisioningState = "Succeeded" )
type PrivateEndpointServiceConnectionStatus ¶
type PrivateEndpointServiceConnectionStatus string
const ( PrivateEndpointServiceConnectionStatusApproved PrivateEndpointServiceConnectionStatus = "Approved" PrivateEndpointServiceConnectionStatusPending PrivateEndpointServiceConnectionStatus = "Pending" PrivateEndpointServiceConnectionStatusRejected PrivateEndpointServiceConnectionStatus = "Rejected" )
type PrivateLinkServiceConnectionState ¶
type PrivateLinkServiceConnectionState struct { ActionsRequired *string `json:"actionsRequired,omitempty"` Description *string `json:"description,omitempty"` Status *PrivateEndpointServiceConnectionStatus `json:"status,omitempty"` }
type PrivateLinkServiceProxy ¶
type PrivateLinkServiceProxy struct { GroupConnectivityInformation *[]GroupConnectivityInformation `json:"groupConnectivityInformation,omitempty"` Id *string `json:"id,omitempty"` RemotePrivateEndpointConnection *RemotePrivateEndpointConnection `json:"remotePrivateEndpointConnection,omitempty"` RemotePrivateLinkServiceConnectionState *PrivateLinkServiceConnectionState `json:"remotePrivateLinkServiceConnectionState,omitempty"` }
type RemotePrivateEndpoint ¶
type RemotePrivateEndpoint struct { ConnectionDetails *[]ConnectionDetails `json:"connectionDetails,omitempty"` Id *string `json:"id,omitempty"` ImmutableResourceId *string `json:"immutableResourceId,omitempty"` ImmutableSubscriptionId *string `json:"immutableSubscriptionId,omitempty"` Location *string `json:"location,omitempty"` ManualPrivateLinkServiceConnections *[]PrivateLinkServiceConnection `json:"manualPrivateLinkServiceConnections,omitempty"` PrivateLinkServiceConnections *[]PrivateLinkServiceConnection `json:"privateLinkServiceConnections,omitempty"` PrivateLinkServiceProxies *[]PrivateLinkServiceProxy `json:"privateLinkServiceProxies,omitempty"` VnetTrafficTag *string `json:"vnetTrafficTag,omitempty"` }
type RemotePrivateEndpointConnection ¶
type RemotePrivateEndpointConnection struct {
Id *string `json:"id,omitempty"`
}
Source Files ¶
- client.go
- constants.go
- id_account.go
- id_privateendpointconnectionproxy.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_listbyaccount_autorest.go
- model_connectiondetails.go
- model_groupconnectivityinformation.go
- model_privateendpointconnectionproxy.go
- model_privateendpointconnectionproxylistresult.go
- model_privateendpointconnectionproxyproperties.go
- model_privatelinkserviceconnection.go
- model_privatelinkserviceconnectionstate.go
- model_privatelinkserviceproxy.go
- model_remoteprivateendpoint.go
- model_remoteprivateendpointconnection.go
- version.go