Documentation ¶
Index ¶
- func PossibleValuesForBackendProtocol() []string
- func PossibleValuesForBackendType() []string
- func ValidateBackendID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceBackendID(input interface{}, key string) (warnings []string, errors []error)
- func ValidateWorkspaceID(input interface{}, key string) (warnings []string, errors []error)
- type BackendAuthorizationHeaderCredentials
- type BackendBaseParametersPool
- type BackendCircuitBreaker
- type BackendClient
- func (c BackendClient) CreateOrUpdate(ctx context.Context, id BackendId, input BackendContract, ...) (result CreateOrUpdateOperationResponse, err error)
- func (c BackendClient) Delete(ctx context.Context, id BackendId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
- func (c BackendClient) Get(ctx context.Context, id BackendId) (result GetOperationResponse, err error)
- func (c BackendClient) GetEntityTag(ctx context.Context, id BackendId) (result GetEntityTagOperationResponse, err error)
- func (c BackendClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error)
- func (c BackendClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error)
- func (c BackendClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, ...) (result ListByServiceCompleteResult, err error)
- func (c BackendClient) Update(ctx context.Context, id BackendId, input BackendUpdateParameters, ...) (result UpdateOperationResponse, err error)
- func (c BackendClient) WorkspaceBackendCreateOrUpdate(ctx context.Context, id WorkspaceBackendId, input BackendContract, ...) (result WorkspaceBackendCreateOrUpdateOperationResponse, err error)
- func (c BackendClient) WorkspaceBackendDelete(ctx context.Context, id WorkspaceBackendId, ...) (result WorkspaceBackendDeleteOperationResponse, err error)
- func (c BackendClient) WorkspaceBackendGet(ctx context.Context, id WorkspaceBackendId) (result WorkspaceBackendGetOperationResponse, err error)
- func (c BackendClient) WorkspaceBackendGetEntityTag(ctx context.Context, id WorkspaceBackendId) (result WorkspaceBackendGetEntityTagOperationResponse, err error)
- func (c BackendClient) WorkspaceBackendListByWorkspace(ctx context.Context, id WorkspaceId, ...) (result WorkspaceBackendListByWorkspaceOperationResponse, err error)
- func (c BackendClient) WorkspaceBackendListByWorkspaceComplete(ctx context.Context, id WorkspaceId, ...) (WorkspaceBackendListByWorkspaceCompleteResult, error)
- func (c BackendClient) WorkspaceBackendListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, ...) (result WorkspaceBackendListByWorkspaceCompleteResult, err error)
- func (c BackendClient) WorkspaceBackendUpdate(ctx context.Context, id WorkspaceBackendId, input BackendUpdateParameters, ...) (result WorkspaceBackendUpdateOperationResponse, err error)
- type BackendContract
- type BackendContractOperationPredicate
- type BackendContractProperties
- type BackendCredentialsContract
- type BackendId
- type BackendPoolItem
- type BackendProperties
- type BackendProtocol
- type BackendProxyContract
- type BackendServiceFabricClusterProperties
- type BackendTlsProperties
- type BackendType
- type BackendUpdateParameterProperties
- type BackendUpdateParameters
- type CircuitBreakerFailureCondition
- type CircuitBreakerRule
- type CreateOrUpdateOperationOptions
- type CreateOrUpdateOperationResponse
- type DeleteOperationOptions
- type DeleteOperationResponse
- type FailureStatusCodeRange
- type GetEntityTagOperationResponse
- type GetOperationResponse
- type ListByServiceCompleteResult
- type ListByServiceCustomPager
- type ListByServiceOperationOptions
- type ListByServiceOperationResponse
- type ServiceId
- type UpdateOperationOptions
- type UpdateOperationResponse
- type WorkspaceBackendCreateOrUpdateOperationOptions
- type WorkspaceBackendCreateOrUpdateOperationResponse
- type WorkspaceBackendDeleteOperationOptions
- type WorkspaceBackendDeleteOperationResponse
- type WorkspaceBackendGetEntityTagOperationResponse
- type WorkspaceBackendGetOperationResponse
- type WorkspaceBackendId
- type WorkspaceBackendListByWorkspaceCompleteResult
- type WorkspaceBackendListByWorkspaceCustomPager
- type WorkspaceBackendListByWorkspaceOperationOptions
- type WorkspaceBackendListByWorkspaceOperationResponse
- type WorkspaceBackendUpdateOperationOptions
- type WorkspaceBackendUpdateOperationResponse
- type WorkspaceId
- type X509CertificateName
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForBackendProtocol ¶
func PossibleValuesForBackendProtocol() []string
func PossibleValuesForBackendType ¶
func PossibleValuesForBackendType() []string
func ValidateBackendID ¶
ValidateBackendID checks that 'input' can be parsed as a Backend ID
func ValidateServiceID ¶
ValidateServiceID checks that 'input' can be parsed as a Service ID
func ValidateWorkspaceBackendID ¶
ValidateWorkspaceBackendID checks that 'input' can be parsed as a Workspace Backend ID
func ValidateWorkspaceID ¶
ValidateWorkspaceID checks that 'input' can be parsed as a Workspace ID
Types ¶
type BackendBaseParametersPool ¶
type BackendBaseParametersPool struct {
Services *[]BackendPoolItem `json:"services,omitempty"`
}
type BackendCircuitBreaker ¶
type BackendCircuitBreaker struct {
Rules *[]CircuitBreakerRule `json:"rules,omitempty"`
}
type BackendClient ¶
type BackendClient struct {
Client *resourcemanager.Client
}
func NewBackendClientWithBaseURI ¶
func NewBackendClientWithBaseURI(sdkApi sdkEnv.Api) (*BackendClient, error)
func (BackendClient) CreateOrUpdate ¶
func (c BackendClient) CreateOrUpdate(ctx context.Context, id BackendId, input BackendContract, options CreateOrUpdateOperationOptions) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (BackendClient) Delete ¶
func (c BackendClient) Delete(ctx context.Context, id BackendId, options DeleteOperationOptions) (result DeleteOperationResponse, err error)
Delete ...
func (BackendClient) Get ¶
func (c BackendClient) Get(ctx context.Context, id BackendId) (result GetOperationResponse, err error)
Get ...
func (BackendClient) GetEntityTag ¶
func (c BackendClient) GetEntityTag(ctx context.Context, id BackendId) (result GetEntityTagOperationResponse, err error)
GetEntityTag ...
func (BackendClient) ListByService ¶
func (c BackendClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error)
ListByService ...
func (BackendClient) ListByServiceComplete ¶
func (c BackendClient) ListByServiceComplete(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (ListByServiceCompleteResult, error)
ListByServiceComplete retrieves all the results into a single object
func (BackendClient) ListByServiceCompleteMatchingPredicate ¶
func (c BackendClient) ListByServiceCompleteMatchingPredicate(ctx context.Context, id ServiceId, options ListByServiceOperationOptions, predicate BackendContractOperationPredicate) (result ListByServiceCompleteResult, err error)
ListByServiceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (BackendClient) Update ¶
func (c BackendClient) Update(ctx context.Context, id BackendId, input BackendUpdateParameters, options UpdateOperationOptions) (result UpdateOperationResponse, err error)
Update ...
func (BackendClient) WorkspaceBackendCreateOrUpdate ¶
func (c BackendClient) WorkspaceBackendCreateOrUpdate(ctx context.Context, id WorkspaceBackendId, input BackendContract, options WorkspaceBackendCreateOrUpdateOperationOptions) (result WorkspaceBackendCreateOrUpdateOperationResponse, err error)
WorkspaceBackendCreateOrUpdate ...
func (BackendClient) WorkspaceBackendDelete ¶
func (c BackendClient) WorkspaceBackendDelete(ctx context.Context, id WorkspaceBackendId, options WorkspaceBackendDeleteOperationOptions) (result WorkspaceBackendDeleteOperationResponse, err error)
WorkspaceBackendDelete ...
func (BackendClient) WorkspaceBackendGet ¶
func (c BackendClient) WorkspaceBackendGet(ctx context.Context, id WorkspaceBackendId) (result WorkspaceBackendGetOperationResponse, err error)
WorkspaceBackendGet ...
func (BackendClient) WorkspaceBackendGetEntityTag ¶
func (c BackendClient) WorkspaceBackendGetEntityTag(ctx context.Context, id WorkspaceBackendId) (result WorkspaceBackendGetEntityTagOperationResponse, err error)
WorkspaceBackendGetEntityTag ...
func (BackendClient) WorkspaceBackendListByWorkspace ¶
func (c BackendClient) WorkspaceBackendListByWorkspace(ctx context.Context, id WorkspaceId, options WorkspaceBackendListByWorkspaceOperationOptions) (result WorkspaceBackendListByWorkspaceOperationResponse, err error)
WorkspaceBackendListByWorkspace ...
func (BackendClient) WorkspaceBackendListByWorkspaceComplete ¶
func (c BackendClient) WorkspaceBackendListByWorkspaceComplete(ctx context.Context, id WorkspaceId, options WorkspaceBackendListByWorkspaceOperationOptions) (WorkspaceBackendListByWorkspaceCompleteResult, error)
WorkspaceBackendListByWorkspaceComplete retrieves all the results into a single object
func (BackendClient) WorkspaceBackendListByWorkspaceCompleteMatchingPredicate ¶
func (c BackendClient) WorkspaceBackendListByWorkspaceCompleteMatchingPredicate(ctx context.Context, id WorkspaceId, options WorkspaceBackendListByWorkspaceOperationOptions, predicate BackendContractOperationPredicate) (result WorkspaceBackendListByWorkspaceCompleteResult, err error)
WorkspaceBackendListByWorkspaceCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (BackendClient) WorkspaceBackendUpdate ¶
func (c BackendClient) WorkspaceBackendUpdate(ctx context.Context, id WorkspaceBackendId, input BackendUpdateParameters, options WorkspaceBackendUpdateOperationOptions) (result WorkspaceBackendUpdateOperationResponse, err error)
WorkspaceBackendUpdate ...
type BackendContract ¶
type BackendContract struct { Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *BackendContractProperties `json:"properties,omitempty"` Type *string `json:"type,omitempty"` }
type BackendContractOperationPredicate ¶
func (BackendContractOperationPredicate) Matches ¶
func (p BackendContractOperationPredicate) Matches(input BackendContract) bool
type BackendContractProperties ¶
type BackendContractProperties struct { CircuitBreaker *BackendCircuitBreaker `json:"circuitBreaker,omitempty"` Credentials *BackendCredentialsContract `json:"credentials,omitempty"` Description *string `json:"description,omitempty"` Pool *BackendBaseParametersPool `json:"pool,omitempty"` Properties *BackendProperties `json:"properties,omitempty"` Protocol BackendProtocol `json:"protocol"` Proxy *BackendProxyContract `json:"proxy,omitempty"` ResourceId *string `json:"resourceId,omitempty"` Title *string `json:"title,omitempty"` Tls *BackendTlsProperties `json:"tls,omitempty"` Type *BackendType `json:"type,omitempty"` Url string `json:"url"` }
type BackendCredentialsContract ¶
type BackendCredentialsContract struct { Authorization *BackendAuthorizationHeaderCredentials `json:"authorization,omitempty"` Certificate *[]string `json:"certificate,omitempty"` CertificateIds *[]string `json:"certificateIds,omitempty"` Header *map[string][]string `json:"header,omitempty"` Query *map[string][]string `json:"query,omitempty"` }
type BackendId ¶
type BackendId struct { SubscriptionId string ResourceGroupName string ServiceName string BackendId string }
BackendId is a struct representing the Resource ID for a Backend
func NewBackendID ¶
func NewBackendID(subscriptionId string, resourceGroupName string, serviceName string, backendId string) BackendId
NewBackendID returns a new BackendId struct
func ParseBackendID ¶
ParseBackendID parses 'input' into a BackendId
func ParseBackendIDInsensitively ¶
ParseBackendIDInsensitively parses 'input' case-insensitively into a BackendId note: this method should only be used for API response data and not user input
func (*BackendId) FromParseResult ¶
func (id *BackendId) FromParseResult(input resourceids.ParseResult) error
func (BackendId) Segments ¶
func (id BackendId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Backend ID
type BackendPoolItem ¶
type BackendProperties ¶
type BackendProperties struct {
ServiceFabricCluster *BackendServiceFabricClusterProperties `json:"serviceFabricCluster,omitempty"`
}
type BackendProtocol ¶
type BackendProtocol string
const ( BackendProtocolHTTP BackendProtocol = "http" BackendProtocolSoap BackendProtocol = "soap" )
func (*BackendProtocol) UnmarshalJSON ¶
func (s *BackendProtocol) UnmarshalJSON(bytes []byte) error
type BackendProxyContract ¶
type BackendServiceFabricClusterProperties ¶
type BackendServiceFabricClusterProperties struct { ClientCertificateId *string `json:"clientCertificateId,omitempty"` ClientCertificatethumbprint *string `json:"clientCertificatethumbprint,omitempty"` ManagementEndpoints []string `json:"managementEndpoints"` MaxPartitionResolutionRetries *int64 `json:"maxPartitionResolutionRetries,omitempty"` ServerCertificateThumbprints *[]string `json:"serverCertificateThumbprints,omitempty"` ServerX509Names *[]X509CertificateName `json:"serverX509Names,omitempty"` }
type BackendTlsProperties ¶
type BackendType ¶
type BackendType string
const ( BackendTypePool BackendType = "Pool" BackendTypeSingle BackendType = "Single" )
func (*BackendType) UnmarshalJSON ¶
func (s *BackendType) UnmarshalJSON(bytes []byte) error
type BackendUpdateParameterProperties ¶
type BackendUpdateParameterProperties struct { CircuitBreaker *BackendCircuitBreaker `json:"circuitBreaker,omitempty"` Credentials *BackendCredentialsContract `json:"credentials,omitempty"` Description *string `json:"description,omitempty"` Pool *BackendBaseParametersPool `json:"pool,omitempty"` Properties *BackendProperties `json:"properties,omitempty"` Protocol *BackendProtocol `json:"protocol,omitempty"` Proxy *BackendProxyContract `json:"proxy,omitempty"` ResourceId *string `json:"resourceId,omitempty"` Title *string `json:"title,omitempty"` Tls *BackendTlsProperties `json:"tls,omitempty"` Type *BackendType `json:"type,omitempty"` Url *string `json:"url,omitempty"` }
type BackendUpdateParameters ¶
type BackendUpdateParameters struct {
Properties *BackendUpdateParameterProperties `json:"properties,omitempty"`
}
type CircuitBreakerFailureCondition ¶
type CircuitBreakerFailureCondition struct { Count *int64 `json:"count,omitempty"` ErrorReasons *[]string `json:"errorReasons,omitempty"` Interval *string `json:"interval,omitempty"` Percentage *int64 `json:"percentage,omitempty"` StatusCodeRanges *[]FailureStatusCodeRange `json:"statusCodeRanges,omitempty"` }
type CircuitBreakerRule ¶
type CircuitBreakerRule struct { AcceptRetryAfter *bool `json:"acceptRetryAfter,omitempty"` FailureCondition *CircuitBreakerFailureCondition `json:"failureCondition,omitempty"` Name *string `json:"name,omitempty"` TripDuration *string `json:"tripDuration,omitempty"` }
type CreateOrUpdateOperationOptions ¶
type CreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultCreateOrUpdateOperationOptions ¶
func DefaultCreateOrUpdateOperationOptions() CreateOrUpdateOperationOptions
func (CreateOrUpdateOperationOptions) ToHeaders ¶
func (o CreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (CreateOrUpdateOperationOptions) ToOData ¶
func (o CreateOrUpdateOperationOptions) ToOData() *odata.Query
func (CreateOrUpdateOperationOptions) ToQuery ¶
func (o CreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type CreateOrUpdateOperationResponse ¶
type CreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *BackendContract }
type DeleteOperationOptions ¶
type DeleteOperationOptions struct {
IfMatch *string
}
func DefaultDeleteOperationOptions ¶
func DefaultDeleteOperationOptions() DeleteOperationOptions
func (DeleteOperationOptions) ToHeaders ¶
func (o DeleteOperationOptions) ToHeaders() *client.Headers
func (DeleteOperationOptions) ToOData ¶
func (o DeleteOperationOptions) ToOData() *odata.Query
func (DeleteOperationOptions) ToQuery ¶
func (o DeleteOperationOptions) ToQuery() *client.QueryParams
type DeleteOperationResponse ¶
type FailureStatusCodeRange ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *BackendContract }
type ListByServiceCompleteResult ¶
type ListByServiceCompleteResult struct { LatestHttpResponse *http.Response Items []BackendContract }
type ListByServiceCustomPager ¶
func (*ListByServiceCustomPager) NextPageLink ¶
func (p *ListByServiceCustomPager) NextPageLink() *odata.Link
type ListByServiceOperationOptions ¶
func DefaultListByServiceOperationOptions ¶
func DefaultListByServiceOperationOptions() ListByServiceOperationOptions
func (ListByServiceOperationOptions) ToHeaders ¶
func (o ListByServiceOperationOptions) ToHeaders() *client.Headers
func (ListByServiceOperationOptions) ToOData ¶
func (o ListByServiceOperationOptions) ToOData() *odata.Query
func (ListByServiceOperationOptions) ToQuery ¶
func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams
type ListByServiceOperationResponse ¶
type ListByServiceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]BackendContract }
type ServiceId ¶
ServiceId is a struct representing the Resource ID for a Service
func NewServiceID ¶
NewServiceID returns a new ServiceId struct
func ParseServiceID ¶
ParseServiceID parses 'input' into a ServiceId
func ParseServiceIDInsensitively ¶
ParseServiceIDInsensitively parses 'input' case-insensitively into a ServiceId note: this method should only be used for API response data and not user input
func (*ServiceId) FromParseResult ¶
func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error
func (ServiceId) Segments ¶
func (id ServiceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Service ID
type UpdateOperationOptions ¶
type UpdateOperationOptions struct {
IfMatch *string
}
func DefaultUpdateOperationOptions ¶
func DefaultUpdateOperationOptions() UpdateOperationOptions
func (UpdateOperationOptions) ToHeaders ¶
func (o UpdateOperationOptions) ToHeaders() *client.Headers
func (UpdateOperationOptions) ToOData ¶
func (o UpdateOperationOptions) ToOData() *odata.Query
func (UpdateOperationOptions) ToQuery ¶
func (o UpdateOperationOptions) ToQuery() *client.QueryParams
type UpdateOperationResponse ¶
type UpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *BackendContract }
type WorkspaceBackendCreateOrUpdateOperationOptions ¶
type WorkspaceBackendCreateOrUpdateOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceBackendCreateOrUpdateOperationOptions ¶
func DefaultWorkspaceBackendCreateOrUpdateOperationOptions() WorkspaceBackendCreateOrUpdateOperationOptions
func (WorkspaceBackendCreateOrUpdateOperationOptions) ToHeaders ¶
func (o WorkspaceBackendCreateOrUpdateOperationOptions) ToHeaders() *client.Headers
func (WorkspaceBackendCreateOrUpdateOperationOptions) ToOData ¶
func (o WorkspaceBackendCreateOrUpdateOperationOptions) ToOData() *odata.Query
func (WorkspaceBackendCreateOrUpdateOperationOptions) ToQuery ¶
func (o WorkspaceBackendCreateOrUpdateOperationOptions) ToQuery() *client.QueryParams
type WorkspaceBackendCreateOrUpdateOperationResponse ¶
type WorkspaceBackendCreateOrUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *BackendContract }
type WorkspaceBackendDeleteOperationOptions ¶
type WorkspaceBackendDeleteOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceBackendDeleteOperationOptions ¶
func DefaultWorkspaceBackendDeleteOperationOptions() WorkspaceBackendDeleteOperationOptions
func (WorkspaceBackendDeleteOperationOptions) ToHeaders ¶
func (o WorkspaceBackendDeleteOperationOptions) ToHeaders() *client.Headers
func (WorkspaceBackendDeleteOperationOptions) ToOData ¶
func (o WorkspaceBackendDeleteOperationOptions) ToOData() *odata.Query
func (WorkspaceBackendDeleteOperationOptions) ToQuery ¶
func (o WorkspaceBackendDeleteOperationOptions) ToQuery() *client.QueryParams
type WorkspaceBackendGetOperationResponse ¶
type WorkspaceBackendGetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *BackendContract }
type WorkspaceBackendId ¶
type WorkspaceBackendId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string BackendId string }
WorkspaceBackendId is a struct representing the Resource ID for a Workspace Backend
func NewWorkspaceBackendID ¶
func NewWorkspaceBackendID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string, backendId string) WorkspaceBackendId
NewWorkspaceBackendID returns a new WorkspaceBackendId struct
func ParseWorkspaceBackendID ¶
func ParseWorkspaceBackendID(input string) (*WorkspaceBackendId, error)
ParseWorkspaceBackendID parses 'input' into a WorkspaceBackendId
func ParseWorkspaceBackendIDInsensitively ¶
func ParseWorkspaceBackendIDInsensitively(input string) (*WorkspaceBackendId, error)
ParseWorkspaceBackendIDInsensitively parses 'input' case-insensitively into a WorkspaceBackendId note: this method should only be used for API response data and not user input
func (*WorkspaceBackendId) FromParseResult ¶
func (id *WorkspaceBackendId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceBackendId) ID ¶
func (id WorkspaceBackendId) ID() string
ID returns the formatted Workspace Backend ID
func (WorkspaceBackendId) Segments ¶
func (id WorkspaceBackendId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace Backend ID
func (WorkspaceBackendId) String ¶
func (id WorkspaceBackendId) String() string
String returns a human-readable description of this Workspace Backend ID
type WorkspaceBackendListByWorkspaceCompleteResult ¶
type WorkspaceBackendListByWorkspaceCompleteResult struct { LatestHttpResponse *http.Response Items []BackendContract }
type WorkspaceBackendListByWorkspaceCustomPager ¶
func (*WorkspaceBackendListByWorkspaceCustomPager) NextPageLink ¶
func (p *WorkspaceBackendListByWorkspaceCustomPager) NextPageLink() *odata.Link
type WorkspaceBackendListByWorkspaceOperationOptions ¶
type WorkspaceBackendListByWorkspaceOperationOptions struct { Filter *string Skip *int64 Top *int64 }
func DefaultWorkspaceBackendListByWorkspaceOperationOptions ¶
func DefaultWorkspaceBackendListByWorkspaceOperationOptions() WorkspaceBackendListByWorkspaceOperationOptions
func (WorkspaceBackendListByWorkspaceOperationOptions) ToHeaders ¶
func (o WorkspaceBackendListByWorkspaceOperationOptions) ToHeaders() *client.Headers
func (WorkspaceBackendListByWorkspaceOperationOptions) ToOData ¶
func (o WorkspaceBackendListByWorkspaceOperationOptions) ToOData() *odata.Query
func (WorkspaceBackendListByWorkspaceOperationOptions) ToQuery ¶
func (o WorkspaceBackendListByWorkspaceOperationOptions) ToQuery() *client.QueryParams
type WorkspaceBackendListByWorkspaceOperationResponse ¶
type WorkspaceBackendListByWorkspaceOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]BackendContract }
type WorkspaceBackendUpdateOperationOptions ¶
type WorkspaceBackendUpdateOperationOptions struct {
IfMatch *string
}
func DefaultWorkspaceBackendUpdateOperationOptions ¶
func DefaultWorkspaceBackendUpdateOperationOptions() WorkspaceBackendUpdateOperationOptions
func (WorkspaceBackendUpdateOperationOptions) ToHeaders ¶
func (o WorkspaceBackendUpdateOperationOptions) ToHeaders() *client.Headers
func (WorkspaceBackendUpdateOperationOptions) ToOData ¶
func (o WorkspaceBackendUpdateOperationOptions) ToOData() *odata.Query
func (WorkspaceBackendUpdateOperationOptions) ToQuery ¶
func (o WorkspaceBackendUpdateOperationOptions) ToQuery() *client.QueryParams
type WorkspaceBackendUpdateOperationResponse ¶
type WorkspaceBackendUpdateOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *BackendContract }
type WorkspaceId ¶
type WorkspaceId struct { SubscriptionId string ResourceGroupName string ServiceName string WorkspaceId string }
WorkspaceId is a struct representing the Resource ID for a Workspace
func NewWorkspaceID ¶
func NewWorkspaceID(subscriptionId string, resourceGroupName string, serviceName string, workspaceId string) WorkspaceId
NewWorkspaceID returns a new WorkspaceId struct
func ParseWorkspaceID ¶
func ParseWorkspaceID(input string) (*WorkspaceId, error)
ParseWorkspaceID parses 'input' into a WorkspaceId
func ParseWorkspaceIDInsensitively ¶
func ParseWorkspaceIDInsensitively(input string) (*WorkspaceId, error)
ParseWorkspaceIDInsensitively parses 'input' case-insensitively into a WorkspaceId note: this method should only be used for API response data and not user input
func (*WorkspaceId) FromParseResult ¶
func (id *WorkspaceId) FromParseResult(input resourceids.ParseResult) error
func (WorkspaceId) Segments ¶
func (id WorkspaceId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Workspace ID
func (WorkspaceId) String ¶
func (id WorkspaceId) String() string
String returns a human-readable description of this Workspace ID
type X509CertificateName ¶
Source Files ¶
- client.go
- constants.go
- id_backend.go
- id_service.go
- id_workspace.go
- id_workspacebackend.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_getentitytag.go
- method_listbyservice.go
- method_update.go
- method_workspacebackendcreateorupdate.go
- method_workspacebackenddelete.go
- method_workspacebackendget.go
- method_workspacebackendgetentitytag.go
- method_workspacebackendlistbyworkspace.go
- method_workspacebackendupdate.go
- model_backendauthorizationheadercredentials.go
- model_backendbaseparameterspool.go
- model_backendcircuitbreaker.go
- model_backendcontract.go
- model_backendcontractproperties.go
- model_backendcredentialscontract.go
- model_backendpoolitem.go
- model_backendproperties.go
- model_backendproxycontract.go
- model_backendservicefabricclusterproperties.go
- model_backendtlsproperties.go
- model_backendupdateparameterproperties.go
- model_backendupdateparameters.go
- model_circuitbreakerfailurecondition.go
- model_circuitbreakerrule.go
- model_failurestatuscoderange.go
- model_x509certificatename.go
- predicates.go
- version.go