Documentation ¶
Index ¶
- func PossibleValuesForServerConnectionType() []string
- func ValidateServerID(input interface{}, key string) (warnings []string, errors []error)
- type CreateOrUpdateOperationResponse
- type GetOperationResponse
- type ListByServerCompleteResult
- type ListByServerOperationResponse
- type ServerConnectionPoliciesClient
- func (c ServerConnectionPoliciesClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerConnectionPolicy) (result CreateOrUpdateOperationResponse, err error)
- func (c ServerConnectionPoliciesClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerId, input ServerConnectionPolicy) error
- func (c ServerConnectionPoliciesClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
- func (c ServerConnectionPoliciesClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
- func (c ServerConnectionPoliciesClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
- func (c ServerConnectionPoliciesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, ...) (result ListByServerCompleteResult, err error)
- type ServerConnectionPolicy
- type ServerConnectionPolicyOperationPredicate
- type ServerConnectionPolicyProperties
- type ServerConnectionType
- type ServerId
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForServerConnectionType ¶
func PossibleValuesForServerConnectionType() []string
func ValidateServerID ¶
ValidateServerID checks that 'input' can be parsed as a Server ID
Types ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *ServerConnectionPolicy }
type ListByServerCompleteResult ¶
type ListByServerCompleteResult struct {
Items []ServerConnectionPolicy
}
type ListByServerOperationResponse ¶
type ListByServerOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]ServerConnectionPolicy }
type ServerConnectionPoliciesClient ¶
type ServerConnectionPoliciesClient struct {
Client *resourcemanager.Client
}
func NewServerConnectionPoliciesClientWithBaseURI ¶
func NewServerConnectionPoliciesClientWithBaseURI(sdkApi sdkEnv.Api) (*ServerConnectionPoliciesClient, error)
func (ServerConnectionPoliciesClient) CreateOrUpdate ¶
func (c ServerConnectionPoliciesClient) CreateOrUpdate(ctx context.Context, id ServerId, input ServerConnectionPolicy) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (ServerConnectionPoliciesClient) CreateOrUpdateThenPoll ¶
func (c ServerConnectionPoliciesClient) CreateOrUpdateThenPoll(ctx context.Context, id ServerId, input ServerConnectionPolicy) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (ServerConnectionPoliciesClient) Get ¶
func (c ServerConnectionPoliciesClient) Get(ctx context.Context, id ServerId) (result GetOperationResponse, err error)
Get ...
func (ServerConnectionPoliciesClient) ListByServer ¶
func (c ServerConnectionPoliciesClient) ListByServer(ctx context.Context, id ServerId) (result ListByServerOperationResponse, err error)
ListByServer ...
func (ServerConnectionPoliciesClient) ListByServerComplete ¶
func (c ServerConnectionPoliciesClient) ListByServerComplete(ctx context.Context, id ServerId) (ListByServerCompleteResult, error)
ListByServerComplete retrieves all the results into a single object
func (ServerConnectionPoliciesClient) ListByServerCompleteMatchingPredicate ¶
func (c ServerConnectionPoliciesClient) ListByServerCompleteMatchingPredicate(ctx context.Context, id ServerId, predicate ServerConnectionPolicyOperationPredicate) (result ListByServerCompleteResult, err error)
ListByServerCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ServerConnectionPolicy ¶
type ServerConnectionPolicy struct { Id *string `json:"id,omitempty"` Kind *string `json:"kind,omitempty"` Location *string `json:"location,omitempty"` Name *string `json:"name,omitempty"` Properties *ServerConnectionPolicyProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type ServerConnectionPolicyOperationPredicate ¶
type ServerConnectionPolicyOperationPredicate struct { Id *string Kind *string Location *string Name *string Type *string }
func (ServerConnectionPolicyOperationPredicate) Matches ¶
func (p ServerConnectionPolicyOperationPredicate) Matches(input ServerConnectionPolicy) bool
type ServerConnectionPolicyProperties ¶
type ServerConnectionPolicyProperties struct {
ConnectionType ServerConnectionType `json:"connectionType"`
}
type ServerConnectionType ¶
type ServerConnectionType string
const ( ServerConnectionTypeDefault ServerConnectionType = "Default" ServerConnectionTypeProxy ServerConnectionType = "Proxy" ServerConnectionTypeRedirect ServerConnectionType = "Redirect" )
func (*ServerConnectionType) UnmarshalJSON ¶
func (s *ServerConnectionType) UnmarshalJSON(bytes []byte) error
type ServerId ¶
ServerId is a struct representing the Resource ID for a Server
func NewServerID ¶
NewServerID returns a new ServerId struct
func ParseServerID ¶
ParseServerID parses 'input' into a ServerId
func ParseServerIDInsensitively ¶
ParseServerIDInsensitively parses 'input' case-insensitively into a ServerId note: this method should only be used for API response data and not user input
func (ServerId) Segments ¶
func (id ServerId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Server ID