Documentation ¶
Index ¶
- func ValidateManagedPrivateEndpointID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateManagedVirtualNetworkID(input interface{}, key string) (warnings []string, errors []error)
- type ConnectionStateProperties
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationOptions
- type GetOperationResponse
- type ListByFactoryCompleteResult
- type ListByFactoryOperationResponse
- type ManagedPrivateEndpoint
- type ManagedPrivateEndpointId
- func NewManagedPrivateEndpointID(subscriptionId string, resourceGroupName string, factoryName string, ...) ManagedPrivateEndpointId
- func ParseManagedPrivateEndpointID(input string) (*ManagedPrivateEndpointId, error)
- func ParseManagedPrivateEndpointIDInsensitively(input string) (*ManagedPrivateEndpointId, error)
- type ManagedPrivateEndpointResource
- type ManagedPrivateEndpointResourceOperationPredicate
- type ManagedPrivateEndpointsClient
- func (c ManagedPrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id ManagedPrivateEndpointId, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c ManagedPrivateEndpointsClient) Delete(ctx context.Context, id ManagedPrivateEndpointId) (result DeleteOperationResponse, err error)
- func (c ManagedPrivateEndpointsClient) Get(ctx context.Context, id ManagedPrivateEndpointId, options GetOperationOptions) (result GetOperationResponse, err error)
- func (c ManagedPrivateEndpointsClient) ListByFactory(ctx context.Context, id ManagedVirtualNetworkId) (resp ListByFactoryOperationResponse, err error)
- func (c ManagedPrivateEndpointsClient) ListByFactoryComplete(ctx context.Context, id ManagedVirtualNetworkId) (ListByFactoryCompleteResult, error)
- func (c ManagedPrivateEndpointsClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id ManagedVirtualNetworkId, ...) (resp ListByFactoryCompleteResult, err error)
- type ManagedVirtualNetworkId
- func NewManagedVirtualNetworkID(subscriptionId string, resourceGroupName string, factoryName string, ...) ManagedVirtualNetworkId
- func ParseManagedVirtualNetworkID(input string) (*ManagedVirtualNetworkId, error)
- func ParseManagedVirtualNetworkIDInsensitively(input string) (*ManagedVirtualNetworkId, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateManagedPrivateEndpointID ¶
func ValidateManagedPrivateEndpointID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedPrivateEndpointID checks that 'input' can be parsed as a Managed Private Endpoint ID
func ValidateManagedVirtualNetworkID ¶
func ValidateManagedVirtualNetworkID(input interface{}, key string) (warnings []string, errors []error)
ValidateManagedVirtualNetworkID checks that 'input' can be parsed as a Managed Virtual Network ID
Types ¶
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response Model *ManagedPrivateEndpointResource }
type DeleteOperationResponse ¶
type GetOperationOptions ¶
type GetOperationOptions struct {
IfNoneMatch *string
}
func DefaultGetOperationOptions ¶
func DefaultGetOperationOptions() GetOperationOptions
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response Model *ManagedPrivateEndpointResource }
type ListByFactoryCompleteResult ¶
type ListByFactoryCompleteResult struct {
Items []ManagedPrivateEndpointResource
}
type ListByFactoryOperationResponse ¶
type ListByFactoryOperationResponse struct { HttpResponse *http.Response Model *[]ManagedPrivateEndpointResource // contains filtered or unexported fields }
func (ListByFactoryOperationResponse) HasMore ¶
func (r ListByFactoryOperationResponse) HasMore() bool
func (ListByFactoryOperationResponse) LoadMore ¶
func (r ListByFactoryOperationResponse) LoadMore(ctx context.Context) (resp ListByFactoryOperationResponse, err error)
type ManagedPrivateEndpoint ¶
type ManagedPrivateEndpoint struct { ConnectionState *ConnectionStateProperties `json:"connectionState,omitempty"` Fqdns *[]string `json:"fqdns,omitempty"` GroupId *string `json:"groupId,omitempty"` IsReserved *bool `json:"isReserved,omitempty"` PrivateLinkResourceId *string `json:"privateLinkResourceId,omitempty"` ProvisioningState *string `json:"provisioningState,omitempty"` }
type ManagedPrivateEndpointId ¶
type ManagedPrivateEndpointId struct { SubscriptionId string ResourceGroupName string FactoryName string ManagedVirtualNetworkName string ManagedPrivateEndpointName string }
ManagedPrivateEndpointId is a struct representing the Resource ID for a Managed Private Endpoint
func NewManagedPrivateEndpointID ¶
func NewManagedPrivateEndpointID(subscriptionId string, resourceGroupName string, factoryName string, managedVirtualNetworkName string, managedPrivateEndpointName string) ManagedPrivateEndpointId
NewManagedPrivateEndpointID returns a new ManagedPrivateEndpointId struct
func ParseManagedPrivateEndpointID ¶
func ParseManagedPrivateEndpointID(input string) (*ManagedPrivateEndpointId, error)
ParseManagedPrivateEndpointID parses 'input' into a ManagedPrivateEndpointId
func ParseManagedPrivateEndpointIDInsensitively ¶
func ParseManagedPrivateEndpointIDInsensitively(input string) (*ManagedPrivateEndpointId, error)
ParseManagedPrivateEndpointIDInsensitively parses 'input' case-insensitively into a ManagedPrivateEndpointId note: this method should only be used for API response data and not user input
func (ManagedPrivateEndpointId) ID ¶
func (id ManagedPrivateEndpointId) ID() string
ID returns the formatted Managed Private Endpoint ID
func (ManagedPrivateEndpointId) Segments ¶
func (id ManagedPrivateEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Private Endpoint ID
func (ManagedPrivateEndpointId) String ¶
func (id ManagedPrivateEndpointId) String() string
String returns a human-readable description of this Managed Private Endpoint ID
type ManagedPrivateEndpointResource ¶
type ManagedPrivateEndpointResource struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties ManagedPrivateEndpoint `json:"properties"` Type *string `json:"type,omitempty"` }
type ManagedPrivateEndpointResourceOperationPredicate ¶
type ManagedPrivateEndpointResourceOperationPredicate struct { Etag *string Id *string Name *string Type *string }
func (ManagedPrivateEndpointResourceOperationPredicate) Matches ¶
func (p ManagedPrivateEndpointResourceOperationPredicate) Matches(input ManagedPrivateEndpointResource) bool
type ManagedPrivateEndpointsClient ¶
type ManagedPrivateEndpointsClient struct { Client autorest.Client // contains filtered or unexported fields }
func NewManagedPrivateEndpointsClientWithBaseURI ¶
func NewManagedPrivateEndpointsClientWithBaseURI(endpoint string) ManagedPrivateEndpointsClient
func (ManagedPrivateEndpointsClient) CreateOrUpdate ¶
func (c ManagedPrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id ManagedPrivateEndpointId, input ManagedPrivateEndpointResource, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ManagedPrivateEndpointsClient) Delete ¶
func (c ManagedPrivateEndpointsClient) Delete(ctx context.Context, id ManagedPrivateEndpointId) (result DeleteOperationResponse, err error)
Delete ...
func (ManagedPrivateEndpointsClient) Get ¶
func (c ManagedPrivateEndpointsClient) Get(ctx context.Context, id ManagedPrivateEndpointId, options GetOperationOptions) (result GetOperationResponse, err error)
Get ...
func (ManagedPrivateEndpointsClient) ListByFactory ¶
func (c ManagedPrivateEndpointsClient) ListByFactory(ctx context.Context, id ManagedVirtualNetworkId) (resp ListByFactoryOperationResponse, err error)
ListByFactory ...
func (ManagedPrivateEndpointsClient) ListByFactoryComplete ¶
func (c ManagedPrivateEndpointsClient) ListByFactoryComplete(ctx context.Context, id ManagedVirtualNetworkId) (ListByFactoryCompleteResult, error)
ListByFactoryComplete retrieves all of the results into a single object
func (ManagedPrivateEndpointsClient) ListByFactoryCompleteMatchingPredicate ¶
func (c ManagedPrivateEndpointsClient) ListByFactoryCompleteMatchingPredicate(ctx context.Context, id ManagedVirtualNetworkId, predicate ManagedPrivateEndpointResourceOperationPredicate) (resp ListByFactoryCompleteResult, err error)
ListByFactoryCompleteMatchingPredicate retrieves all of the results and then applied the predicate
type ManagedVirtualNetworkId ¶
type ManagedVirtualNetworkId struct { SubscriptionId string ResourceGroupName string FactoryName string ManagedVirtualNetworkName string }
ManagedVirtualNetworkId is a struct representing the Resource ID for a Managed Virtual Network
func NewManagedVirtualNetworkID ¶
func NewManagedVirtualNetworkID(subscriptionId string, resourceGroupName string, factoryName string, managedVirtualNetworkName string) ManagedVirtualNetworkId
NewManagedVirtualNetworkID returns a new ManagedVirtualNetworkId struct
func ParseManagedVirtualNetworkID ¶
func ParseManagedVirtualNetworkID(input string) (*ManagedVirtualNetworkId, error)
ParseManagedVirtualNetworkID parses 'input' into a ManagedVirtualNetworkId
func ParseManagedVirtualNetworkIDInsensitively ¶
func ParseManagedVirtualNetworkIDInsensitively(input string) (*ManagedVirtualNetworkId, error)
ParseManagedVirtualNetworkIDInsensitively parses 'input' case-insensitively into a ManagedVirtualNetworkId note: this method should only be used for API response data and not user input
func (ManagedVirtualNetworkId) ID ¶
func (id ManagedVirtualNetworkId) ID() string
ID returns the formatted Managed Virtual Network ID
func (ManagedVirtualNetworkId) Segments ¶
func (id ManagedVirtualNetworkId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Managed Virtual Network ID
func (ManagedVirtualNetworkId) String ¶
func (id ManagedVirtualNetworkId) String() string
String returns a human-readable description of this Managed Virtual Network ID
Source Files ¶
- client.go
- id_managedprivateendpoint.go
- id_managedvirtualnetwork.go
- method_createorupdate_autorest.go
- method_delete_autorest.go
- method_get_autorest.go
- method_listbyfactory_autorest.go
- model_connectionstateproperties.go
- model_managedprivateendpoint.go
- model_managedprivateendpointresource.go
- predicates.go
- version.go