Documentation ¶
Index ¶
- func ValidateJobAgentID(input interface{}, key string) (warnings []string, errors []error)
- func ValidatePrivateEndpointID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type DeleteOperationResponse
- type GetOperationResponse
- type JobAgentId
- type JobPrivateEndpoint
- type JobPrivateEndpointOperationPredicate
- type JobPrivateEndpointProperties
- type JobPrivateEndpointsClient
- func (c JobPrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointId, input JobPrivateEndpoint) (result CreateOrUpdateOperationResponse, err error)
- func (c JobPrivateEndpointsClient) CreateOrUpdateThenPoll(ctx context.Context, id PrivateEndpointId, input JobPrivateEndpoint) error
- func (c JobPrivateEndpointsClient) Delete(ctx context.Context, id PrivateEndpointId) (result DeleteOperationResponse, err error)
- func (c JobPrivateEndpointsClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointId) error
- func (c JobPrivateEndpointsClient) Get(ctx context.Context, id PrivateEndpointId) (result GetOperationResponse, err error)
- func (c JobPrivateEndpointsClient) ListByAgent(ctx context.Context, id JobAgentId) (result ListByAgentOperationResponse, err error)
- func (c JobPrivateEndpointsClient) ListByAgentComplete(ctx context.Context, id JobAgentId) (ListByAgentCompleteResult, error)
- func (c JobPrivateEndpointsClient) ListByAgentCompleteMatchingPredicate(ctx context.Context, id JobAgentId, ...) (result ListByAgentCompleteResult, err error)
- type ListByAgentCompleteResult
- type ListByAgentCustomPager
- type ListByAgentOperationResponse
- type PrivateEndpointId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateJobAgentID ¶
ValidateJobAgentID checks that 'input' can be parsed as a Job Agent ID
func ValidatePrivateEndpointID ¶
ValidatePrivateEndpointID checks that 'input' can be parsed as a Private Endpoint ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *JobPrivateEndpoint }
type JobAgentId ¶
type JobAgentId struct { SubscriptionId string ResourceGroupName string ServerName string JobAgentName string }
JobAgentId is a struct representing the Resource ID for a Job Agent
func NewJobAgentID ¶
func NewJobAgentID(subscriptionId string, resourceGroupName string, serverName string, jobAgentName string) JobAgentId
NewJobAgentID returns a new JobAgentId struct
func ParseJobAgentID ¶
func ParseJobAgentID(input string) (*JobAgentId, error)
ParseJobAgentID parses 'input' into a JobAgentId
func ParseJobAgentIDInsensitively ¶
func ParseJobAgentIDInsensitively(input string) (*JobAgentId, error)
ParseJobAgentIDInsensitively parses 'input' case-insensitively into a JobAgentId note: this method should only be used for API response data and not user input
func (*JobAgentId) FromParseResult ¶
func (id *JobAgentId) FromParseResult(input resourceids.ParseResult) error
func (JobAgentId) Segments ¶
func (id JobAgentId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Job Agent ID
func (JobAgentId) String ¶
func (id JobAgentId) String() string
String returns a human-readable description of this Job Agent ID
type JobPrivateEndpoint ¶
type JobPrivateEndpoint struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *JobPrivateEndpointProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type JobPrivateEndpointOperationPredicate ¶
func (JobPrivateEndpointOperationPredicate) Matches ¶
func (p JobPrivateEndpointOperationPredicate) Matches(input JobPrivateEndpoint) bool
type JobPrivateEndpointsClient ¶
type JobPrivateEndpointsClient struct {
Client *resourcemanager.Client
}
func NewJobPrivateEndpointsClientWithBaseURI ¶
func NewJobPrivateEndpointsClientWithBaseURI(sdkApi sdkEnv.Api) (*JobPrivateEndpointsClient, error)
func (JobPrivateEndpointsClient) CreateOrUpdate ¶
func (c JobPrivateEndpointsClient) CreateOrUpdate(ctx context.Context, id PrivateEndpointId, input JobPrivateEndpoint) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (JobPrivateEndpointsClient) CreateOrUpdateThenPoll ¶
func (c JobPrivateEndpointsClient) CreateOrUpdateThenPoll(ctx context.Context, id PrivateEndpointId, input JobPrivateEndpoint) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (JobPrivateEndpointsClient) Delete ¶
func (c JobPrivateEndpointsClient) Delete(ctx context.Context, id PrivateEndpointId) (result DeleteOperationResponse, err error)
Delete ...
func (JobPrivateEndpointsClient) DeleteThenPoll ¶
func (c JobPrivateEndpointsClient) DeleteThenPoll(ctx context.Context, id PrivateEndpointId) error
DeleteThenPoll performs Delete then polls until it's completed
func (JobPrivateEndpointsClient) Get ¶
func (c JobPrivateEndpointsClient) Get(ctx context.Context, id PrivateEndpointId) (result GetOperationResponse, err error)
Get ...
func (JobPrivateEndpointsClient) ListByAgent ¶
func (c JobPrivateEndpointsClient) ListByAgent(ctx context.Context, id JobAgentId) (result ListByAgentOperationResponse, err error)
ListByAgent ...
func (JobPrivateEndpointsClient) ListByAgentComplete ¶
func (c JobPrivateEndpointsClient) ListByAgentComplete(ctx context.Context, id JobAgentId) (ListByAgentCompleteResult, error)
ListByAgentComplete retrieves all the results into a single object
func (JobPrivateEndpointsClient) ListByAgentCompleteMatchingPredicate ¶
func (c JobPrivateEndpointsClient) ListByAgentCompleteMatchingPredicate(ctx context.Context, id JobAgentId, predicate JobPrivateEndpointOperationPredicate) (result ListByAgentCompleteResult, err error)
ListByAgentCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListByAgentCompleteResult ¶
type ListByAgentCompleteResult struct { LatestHttpResponse *http.Response Items []JobPrivateEndpoint }
type ListByAgentCustomPager ¶
func (*ListByAgentCustomPager) NextPageLink ¶
func (p *ListByAgentCustomPager) NextPageLink() *odata.Link
type ListByAgentOperationResponse ¶
type ListByAgentOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]JobPrivateEndpoint }
type PrivateEndpointId ¶
type PrivateEndpointId struct { SubscriptionId string ResourceGroupName string ServerName string JobAgentName string PrivateEndpointName string }
PrivateEndpointId is a struct representing the Resource ID for a Private Endpoint
func NewPrivateEndpointID ¶
func NewPrivateEndpointID(subscriptionId string, resourceGroupName string, serverName string, jobAgentName string, privateEndpointName string) PrivateEndpointId
NewPrivateEndpointID returns a new PrivateEndpointId struct
func ParsePrivateEndpointID ¶
func ParsePrivateEndpointID(input string) (*PrivateEndpointId, error)
ParsePrivateEndpointID parses 'input' into a PrivateEndpointId
func ParsePrivateEndpointIDInsensitively ¶
func ParsePrivateEndpointIDInsensitively(input string) (*PrivateEndpointId, error)
ParsePrivateEndpointIDInsensitively parses 'input' case-insensitively into a PrivateEndpointId note: this method should only be used for API response data and not user input
func (*PrivateEndpointId) FromParseResult ¶
func (id *PrivateEndpointId) FromParseResult(input resourceids.ParseResult) error
func (PrivateEndpointId) ID ¶
func (id PrivateEndpointId) ID() string
ID returns the formatted Private Endpoint ID
func (PrivateEndpointId) Segments ¶
func (id PrivateEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Endpoint ID
func (PrivateEndpointId) String ¶
func (id PrivateEndpointId) String() string
String returns a human-readable description of this Private Endpoint ID